mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
66888a6a82
20070321145244-65035-9a01390b0dee3398e53199a1fa1d9352004f338e.gz
10 lines
431 B
Makefile
10 lines
431 B
Makefile
plugin_LTLIBRARIES = libgstrtpmuxer.la
|
|
|
|
libgstrtpmuxer_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@
|
|
|
|
noinst_HEADERS = gstrtpmux.h gstrtpdtmfmux.h
|
|
|