1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/raop_play/files/patch-raop_play-flac_streams.c
Munechika SUMIKAWA 471473dc4b raop_play is a music file player for Apple Airport Express,
the main functionalities are as follows:

* Discover Airport Express by Apple Rendezvous
* Browse music files
  (Supported music file format: m4a(alac or aac), wav, mp3, ogg, aac, pls)
* Send selected files to the Airport Express
* Play mp3 stream data (filename started with "http://")

WWW: http://raop-play.sourceforge.net/
2006-12-08 18:14:11 +00:00

12 lines
418 B
C

--- raop_play/flac_stream.c~ Fri Dec 16 23:17:02 2005
+++ raop_play/flac_stream.c Wed Jul 5 16:01:58 2006
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include <netinet/in.h>
-#include <asm/types.h>
+#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>