mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
port module-rtp-send.c to lock-free core
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1855 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
08d4b237a3
commit
a558e9312e
7 changed files with 353 additions and 266 deletions
|
|
@ -947,11 +947,11 @@ modlibexec_LTLIBRARIES += \
|
|||
# module-esound-sink.la
|
||||
|
||||
# See comment at librtp.la above
|
||||
#if !OS_IS_WIN32
|
||||
#modlibexec_LTLIBRARIES += \
|
||||
# module-rtp-send.la \
|
||||
# module-rtp-recv.la
|
||||
#endif
|
||||
if !OS_IS_WIN32
|
||||
modlibexec_LTLIBRARIES += \
|
||||
module-rtp-send.la \
|
||||
module-rtp-recv.la
|
||||
endif
|
||||
|
||||
if HAVE_AF_UNIX
|
||||
modlibexec_LTLIBRARIES += \
|
||||
|
|
@ -1342,15 +1342,15 @@ module_suspend_on_idle_la_LIBADD = $(AM_LIBADD) libpulsecore.la
|
|||
module_suspend_on_idle_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# RTP modules
|
||||
#module_rtp_send_la_SOURCES = modules/rtp/module-rtp-send.c
|
||||
#module_rtp_send_la_LDFLAGS = -module -avoid-version
|
||||
#module_rtp_send_la_LIBADD = $(AM_LIBADD) libpulsecore.la librtp.la
|
||||
#module_rtp_send_la_CFLAGS = $(AM_CFLAGS)
|
||||
module_rtp_send_la_SOURCES = modules/rtp/module-rtp-send.c
|
||||
module_rtp_send_la_LDFLAGS = -module -avoid-version
|
||||
module_rtp_send_la_LIBADD = $(AM_LIBADD) libpulsecore.la librtp.la
|
||||
module_rtp_send_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
#module_rtp_recv_la_SOURCES = modules/rtp/module-rtp-recv.c
|
||||
#module_rtp_recv_la_LDFLAGS = -module -avoid-version
|
||||
#module_rtp_recv_la_LIBADD = $(AM_LIBADD) libpulsecore.la librtp.la
|
||||
#module_rtp_recv_la_CFLAGS = $(AM_CFLAGS)
|
||||
module_rtp_recv_la_SOURCES = modules/rtp/module-rtp-recv.c
|
||||
module_rtp_recv_la_LDFLAGS = -module -avoid-version
|
||||
module_rtp_recv_la_LIBADD = $(AM_LIBADD) libpulsecore.la librtp.la
|
||||
module_rtp_recv_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# JACK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue