471473dc4b
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/
11 lines
359 B
C
11 lines
359 B
C
--- raop_play/pcm_stream.c~ Fri Dec 16 23:17:01 2005
|
|
+++ raop_play/pcm_stream.c Wed Jul 5 16:02:29 2006
|
|
@@ -19,7 +19,7 @@
|
|
*****************************************************************************/
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
-#include <asm/types.h>
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <sys/poll.h>
|
|
#define PCM_STREAM_C_
|