mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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.
This commit is contained in:
parent
de0d803e3c
commit
1a26dd3434
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue