mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
We need to emulate sendmsg/recvmsg to support rtp on Windows. Will do
this some time in the future. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@740 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c3087d02ba
commit
2d6ab01fbb
1 changed files with 12 additions and 2 deletions
|
|
@ -589,8 +589,13 @@ modlib_LTLIBRARIES = \
|
|||
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 @@ modlib_LTLIBRARIES += \
|
|||
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 += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue