summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/Makefile.am
diff options
context:
space:
mode:
authorzeeshan.ali@nokia.com <zeeshan.ali@nokia.com>2007-03-07 08:53:07 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:50 +0100
commitfbcfa441dc57ab41f312d922dababcc0512a639b (patch)
treeb58b447eae4ab92a8f5075cde0c352ca34e4c546 /gst/rtpmux/Makefile.am
parenta6d1d53de092b1d54bbae00a6930e84a38d83374 (diff)
downloadgst-plugins-bad-fbcfa441dc57ab41f312d922dababcc0512a639b.tar.gz
gst-plugins-bad-fbcfa441dc57ab41f312d922dababcc0512a639b.tar.bz2
gst-plugins-bad-fbcfa441dc57ab41f312d922dababcc0512a639b.zip
[MOVED FROM GST-P-FARSIGHT] The first implementation of RTP muxer
20070307085307-65035-833402413f99cb3f8be4883e92bad4c8722510c9.gz
Diffstat (limited to 'gst/rtpmux/Makefile.am')
-rw-r--r--gst/rtpmux/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/rtpmux/Makefile.am b/gst/rtpmux/Makefile.am
new file mode 100644
index 00000000..73973f54
--- /dev/null
+++ b/gst/rtpmux/Makefile.am
@@ -0,0 +1,7 @@
+plugin_LTLIBRARIES = libgstrtpmux.la
+
+libgstrtpmux_la_SOURCES = gstrtpmux.c
+
+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@