From fbcfa441dc57ab41f312d922dababcc0512a639b Mon Sep 17 00:00:00 2001 From: "zeeshan.ali@nokia.com" Date: Wed, 7 Mar 2007 08:53:07 +0000 Subject: [MOVED FROM GST-P-FARSIGHT] The first implementation of RTP muxer 20070307085307-65035-833402413f99cb3f8be4883e92bad4c8722510c9.gz --- gst/rtpmux/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gst/rtpmux/Makefile.am (limited to 'gst/rtpmux/Makefile.am') 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@ -- cgit v1.2.1