mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
c8daf7eecb
Original commit message from CVS: * gst/sdp/Makefile.am: Forgot to commit makefile.
13 lines
469 B
Makefile
13 lines
469 B
Makefile
plugin_LTLIBRARIES = libgstsdpelem.la
|
|
|
|
libgstsdpelem_la_SOURCES = gstsdpelem.c gstsdpdemux.h gstsdpdemux.c
|
|
|
|
libgstsdpelem_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstsdpelem_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|
-lgstinterfaces-@GST_MAJORMINOR@ \
|
|
-lgstrtp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \
|
|
$(GST_LIBS) $(WIN32_LIBS)
|
|
libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
noinst_HEADERS = gstsdpdemux.h
|