mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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/
12 lines
457 B
C
12 lines
457 B
C
--- raop_play/audio_stream.c~ Thu Jul 28 04:43:17 2005
|
|
+++ raop_play/audio_stream.c Fri Aug 12 09:42:04 2005
|
|
@@ -17,7 +17,7 @@
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
|
|
*****************************************************************************/
|
|
-#include <asm/types.h>
|
|
+#include <sys/types.h>
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|