mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 04:45:47 +00:00
fbcfa441dc
20070307085307-65035-833402413f99cb3f8be4883e92bad4c8722510c9.gz
7 lines
344 B
Makefile
7 lines
344 B
Makefile
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@
|