summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-10 17:02:24 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:50:35 +0100
commit00a155333c5e3b9832b82b47f11ce7574580537b (patch)
tree2230dcd60c83b454486e92412bd9d3edb0f6f712 /gst/rtpmux/Makefile.am
parentad4d98d70cb865c47484efbae8070f71d1e767f2 (diff)
downloadgst-plugins-bad-00a155333c5e3b9832b82b47f11ce7574580537b.tar.gz
gst-plugins-bad-00a155333c5e3b9832b82b47f11ce7574580537b.tar.bz2
gst-plugins-bad-00a155333c5e3b9832b82b47f11ce7574580537b.zip
Moved rtpmux from gst-p-farsight to -bad
Diffstat (limited to 'gst/rtpmux/Makefile.am')
-rw-r--r--gst/rtpmux/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/rtpmux/Makefile.am b/gst/rtpmux/Makefile.am
index 908181be..be9bc080 100644
--- a/gst/rtpmux/Makefile.am
+++ b/gst/rtpmux/Makefile.am
@@ -1,10 +1,10 @@
-plugin_LTLIBRARIES = libgstrtpmuxer.la
+plugin_LTLIBRARIES = libgstrtpmux.la
-libgstrtpmuxer_la_SOURCES = gstrtpmuxer.c gstrtpmux.c gstrtpdtmfmux.c
+libgstrtpmux_la_SOURCES = gstrtpmuxer.c gstrtpmux.c gstrtpdtmfmux.c
-libgstrtpmuxer_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
-libgstrtpmuxer_la_LIBADD = $(GST_LIBS_LIBS)
-libgstrtpmuxer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
+libgstrtpmux_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
+libgstrtpmux_la_LIBADD = $(GST_LIBS_LIBS)
+libgstrtpmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
noinst_HEADERS = gstrtpmux.h gstrtpdtmfmux.h