mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
25 lines
703 B
Makefile
25 lines
703 B
Makefile
plugin_LTLIBRARIES = libgstgconfelements.la
|
|
|
|
libgstgconfelements_la_SOURCES = \
|
|
gstgconfaudiosink.c \
|
|
gstgconfaudiosrc.c \
|
|
gstgconfelements.c \
|
|
gstgconfvideosink.c \
|
|
gstgconfvideosrc.c \
|
|
gstswitchsink.c \
|
|
gstgconf.c
|
|
|
|
DIR_CFLAGS = -DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\"
|
|
libgstgconfelements_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
|
|
libgstgconfelements_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS)
|
|
libgstgconfelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstgconfelements_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
gstgconfaudiosink.h \
|
|
gstgconfaudiosrc.h \
|
|
gstgconfelements.h \
|
|
gstgconfvideosink.h \
|
|
gstgconfvideosrc.h \
|
|
gstswitchsink.h \
|
|
gstgconf.h
|