diff options
| author | Lennart Poettering <lennart@poettering.net> | 2006-04-16 10:56:45 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2006-04-16 10:56:45 +0000 | 
| commit | b04a4e65cae6d0fc9e4403b6147db36556d68159 (patch) | |
| tree | b708e7ead946492d2e7affe17fd57777d1b3e48f /src | |
| parent | 3b803e7168a92bbc4c43e47a1db64bce1513ca8b (diff) | |
rename module-rtp-monitor to module-rtp-send
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@726 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 12 | ||||
| -rw-r--r-- | src/modules/rtp/module-rtp-send.c (renamed from src/modules/rtp/module-rtp-monitor.c) | 4 | 
2 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2ec62dca..c30e24c3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/modules/rtp/module-rtp-monitor.c b/src/modules/rtp/module-rtp-send.c index f91849ee..d692cd1d 100644 --- a/src/modules/rtp/module-rtp-monitor.c +++ b/src/modules/rtp/module-rtp-send.c @@ -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"  | 
