mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
16 lines
528 B
Makefile
16 lines
528 B
Makefile
plugin_LTLIBRARIES = libgstrtpmanagerbad.la
|
|
|
|
libgstrtpmanagerbad_la_SOURCES = \
|
|
gstrtp-utils.c \
|
|
gstrtpsink.c \
|
|
gstrtpsrc.c \
|
|
plugin.c
|
|
|
|
libgstrtpmanagerbad_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_NET_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
|
libgstrtpmanagerbad_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_NET_LIBS) $(GST_LIBS) $(GIO_LIBS)
|
|
libgstrtpmanagerbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstrtp-utils.h \
|
|
gstrtpsink.h \
|
|
gstrtpsrc.h
|