freebsd-ports/audio/raop_play/files/patch-raop_play-aexcl_lib.h
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

19 lines
391 B
C

--- raop_play/aexcl_lib.h~ Thu Jul 28 04:43:17 2005
+++ raop_play/aexcl_lib.h Fri Aug 12 09:28:23 2005
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <asm/types.h>
+#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
#include <stdlib.h>
@@ -35,6 +35,9 @@
#define END_C_DECLS
#endif
+#define __u8 u_int8_t
+#define __u16 u_int16_t
+#define __u32 u_int32_t
BEGIN_C_DECLS