[pulseaudio-commits] src/Makefile.am
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Fri Jun 6 05:31:54 PDT 2014
src/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 1a26dd3434d596cbf0f2f11bf2002bbc0cff5516
Author: Pierre Ossman <ossman at cendio.se>
Date: Fri Sep 20 10:02:53 2013 +0200
build-sys: don't build raop modules on win32 as they need librtp
librtp is very posix-y and cannot currently be built for Windows.
So avoid trying to build any modules that depend on it.
diff --git a/src/Makefile.am b/src/Makefile.am
index 1ac8a16..d7ef395 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1349,6 +1349,9 @@ modlibexec_LTLIBRARIES += \
module-bluez5-device.la
endif
+# RAOP depends on RTP, and we don't support RTP on Windows, see comment at
+# librtp.la above.
+if !OS_IS_WIN32
if HAVE_OPENSSL
modlibexec_LTLIBRARIES += \
libraop.la \
@@ -1358,6 +1361,7 @@ modlibexec_LTLIBRARIES += \
module-raop-discover.la
endif
endif
+endif
if HAVE_DBUS
if HAVE_FFTW
More information about the pulseaudio-commits
mailing list