2009-02-10 17:02:24 +00:00
|
|
|
plugin_LTLIBRARIES = libgstrtpmux.la
|
2007-03-07 08:53:07 +00:00
|
|
|
|
2009-02-10 17:02:24 +00:00
|
|
|
libgstrtpmux_la_SOURCES = gstrtpmuxer.c gstrtpmux.c gstrtpdtmfmux.c
|
2007-03-21 14:52:44 +00:00
|
|
|
|
2009-11-22 19:30:58 +00:00
|
|
|
libgstrtpmux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
|
|
-DEXTERN_BUF -DRTP_SUPPORT
|
|
|
|
libgstrtpmux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ \
|
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
libgstrtpmux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2009-03-09 21:43:55 +00:00
|
|
|
libgstrtpmux_la_LIBTOOLFLAGS = --tag=disable-static
|
2007-03-21 14:52:44 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstrtpmux.h gstrtpdtmfmux.h
|
2007-03-07 08:53:07 +00:00
|
|
|
|