mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d753a3eeb1
This is not needed any longer.
16 lines
612 B
Makefile
16 lines
612 B
Makefile
plugin_LTLIBRARIES = libgstrtsp.la
|
|
|
|
libgstrtsp_la_SOURCES = gstrtsp.c gstrtspsrc.c \
|
|
gstrtpdec.c gstrtspext.c
|
|
|
|
libgstrtsp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GIO_CFLAGS)
|
|
libgstrtsp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS) \
|
|
-lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \
|
|
-lgstsdp-@GST_API_VERSION@ $(GST_NET_LIBS) $(GST_LIBS)
|
|
libgstrtsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstrtsp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstrtspsrc.h \
|
|
gstrtsp.h \
|
|
gstrtpdec.h \
|
|
gstrtspext.h
|