mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
497b586076
Original commit message from CVS: deactivate and remove dparams (libgstcontrol)
8 lines
254 B
Makefile
8 lines
254 B
Makefile
plugin_LTLIBRARIES = libgstsinesrc.la
|
|
|
|
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
|
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstsinesrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstsinesrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstsinesrc.h
|