mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
rename module-rtp-monitor to module-rtp-send
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@726 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3b803e7168
commit
b04a4e65ca
2 changed files with 8 additions and 8 deletions
|
|
@ -722,7 +722,7 @@ modlib_LTLIBRARIES += \
|
|||
module-esound-sink.la \
|
||||
module-http-protocol-tcp.la \
|
||||
module-detect.la \
|
||||
module-rtp-monitor.la \
|
||||
module-rtp-send.la \
|
||||
module-rtp-recv.la
|
||||
|
||||
if HAVE_AF_UNIX
|
||||
|
|
@ -835,7 +835,7 @@ SYMDEF_FILES = \
|
|||
modules/module-solaris-symdef.h \
|
||||
modules/module-waveout-symdef.h \
|
||||
modules/module-detect-symdef.h \
|
||||
modules/rtp/module-rtp-monitor-symdef.h \
|
||||
modules/rtp/module-rtp-send-symdef.h \
|
||||
modules/rtp/module-rtp-recv-symdef.h
|
||||
|
||||
EXTRA_DIST += $(SYMDEF_FILES)
|
||||
|
|
@ -1052,10 +1052,10 @@ module_detect_la_LIBADD = $(AM_LIBADD) libpolypcore.la
|
|||
module_detect_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# RTP modules
|
||||
module_rtp_monitor_la_SOURCES = modules/rtp/module-rtp-monitor.c
|
||||
module_rtp_monitor_la_LDFLAGS = -module -avoid-version
|
||||
module_rtp_monitor_la_LIBADD = $(AM_LIBADD) libpolypcore.la
|
||||
module_rtp_monitor_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) libpolypcore.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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id */
|
||||
/* $Id$ */
|
||||
|
||||
/***
|
||||
This file is part of polypaudio.
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
#include <polypcore/modargs.h>
|
||||
#include <polypcore/namereg.h>
|
||||
|
||||
#include "module-rtp-monitor-symdef.h"
|
||||
#include "module-rtp-send-symdef.h"
|
||||
|
||||
#include "rtp.h"
|
||||
#include "sdp.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue