[polypaudio-commits] r740 - /trunk/src/Makefile.am

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Tue Apr 18 06:37:00 PDT 2006


Author: ossman
Date: Tue Apr 18 15:36:59 2006
New Revision: 740

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=740&root=polypaudio&view=rev
Log:
We need to emulate sendmsg/recvmsg to support rtp on Windows. Will do
this some time in the future.

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=740&root=polypaudio&r1=739&r2=740&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Tue Apr 18 15:36:59 2006
@@ -589,8 +589,13 @@
 		libprotocol-simple.la \
 		libprotocol-esound.la \
 		libprotocol-native.la \
-		libprotocol-http.la \
+		libprotocol-http.la
+
+# We need to emulate sendmsg/recvmsg to support this on Win32
+if !OS_IS_WIN32
+modlib_LTLIBRARIES += \
 		librtp.la
+endif
 
 if HAVE_X11
 polypcoreinclude_HEADERS += \
@@ -721,9 +726,14 @@
 		module-null-sink.la \
 		module-esound-sink.la \
 		module-http-protocol-tcp.la \
-		module-detect.la \
+		module-detect.la
+
+# See comment at librtp.la above
+if !OS_IS_WIN32
+modlib_LTLIBRARIES += \
 		module-rtp-send.la \
 		module-rtp-recv.la
+endif
 
 if HAVE_AF_UNIX
 modlib_LTLIBRARIES += \




More information about the pulseaudio-commits mailing list