mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
ba7524353f
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * docs/plugins/inspect/plugin-gdp.xml: * gst/gdp/Makefile.am: * tests/check/Makefile.am: Move GDP plugin to -base from -bad. Closes #347783.
14 lines
315 B
Makefile
14 lines
315 B
Makefile
plugin_LTLIBRARIES = libgstgdp.la
|
|
|
|
libgstgdp_la_SOURCES = \
|
|
gstgdp.c \
|
|
gstgdppay.c \
|
|
gstgdpdepay.c
|
|
|
|
libgstgdp_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstgdp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS)
|
|
libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstgdppay.h \
|
|
gstgdpdepay.h
|