freebsd-ports/audio/raop_play/files/patch-aexcl-aexcl_play.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
295 B
C

--- aexcl/aexcl_play.cxx.orig Fri Dec 16 23:17:00 2005
+++ aexcl/aexcl_play.cxx Wed Jul 5 16:28:14 2006
@@ -23,6 +23,9 @@
#include <signal.h>
#include <sys/wait.h>
#include <getopt.h>
+extern "C" {
+#include "getline.h"
+};
#include "aexcl_gui.h"
#include "aexcl_lib.h"
#include "mDNS.h"