2012-04-04 12:41:22 +00:00
|
|
|
gsettings_SCHEMAS = org.freedesktop.gstreamer-@GST_API_VERSION@.default-elements.gschema.xml
|
2010-07-03 14:15:34 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
org.freedesktop.gstreamer-@GST_API_VERSION@.default-elements.gschema.xml: org.freedesktop.gstreamer.default-elements.gschema.xml
|
|
|
|
cp org.freedesktop.gstreamer.default-elements.gschema.xml org.freedesktop.gstreamer-@GST_API_VERSION@.default-elements.gschema.xml
|
2010-07-03 14:15:34 +00:00
|
|
|
|
2010-07-13 03:40:36 +00:00
|
|
|
if USE_GSETTINGS
|
2010-07-03 14:15:34 +00:00
|
|
|
@GSETTINGS_RULES@
|
2010-07-13 03:40:36 +00:00
|
|
|
endif
|
2010-07-03 14:15:34 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstgsettingselements.la
|
|
|
|
|
|
|
|
libgstgsettingselements_la_SOURCES = \
|
|
|
|
gstgsettingsaudiosink.c \
|
|
|
|
gstgsettingsaudiosrc.c \
|
|
|
|
gstgsettingsvideosink.c \
|
|
|
|
gstgsettingsvideosrc.c \
|
|
|
|
gstswitchsink.c \
|
|
|
|
gstswitchsrc.c \
|
|
|
|
plugin.c
|
|
|
|
|
2012-02-03 00:50:33 +00:00
|
|
|
libgstgsettingselements_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) $(GSETTINGS_CFLAGS) $(DIR_CFLAGS) \
|
2010-07-03 14:15:34 +00:00
|
|
|
-DGstSwitchSrc=GstGSettingsSwitchSrc \
|
|
|
|
-DGstSwitchSrcClass=GstGSettingsSwitchSrcClass \
|
|
|
|
-DGstSwitchSink=GstGSettingsSwitchSink \
|
|
|
|
-DGstSwitchSinkClass=GstGSettingsSwitchSinkClass
|
|
|
|
libgstgsettingselements_la_LIBADD = $(GST_LIBS) $(GSETTINGS_LIBS)
|
|
|
|
libgstgsettingselements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstgsettingselements_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2010-07-03 14:15:34 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstgsettingsaudiosink.h \
|
|
|
|
gstgsettingsaudiosrc.h \
|
|
|
|
gstgsettingsvideosink.h \
|
|
|
|
gstgsettingsvideosrc.h \
|
|
|
|
gstswitchsink.h \
|
|
|
|
gstswitchsrc.h \
|
|
|
|
gstgsettings.h
|
|
|
|
|
|
|
|
EXTRA_DIST = org.freedesktop.gstreamer.default-elements.gschema.xml
|
2010-08-11 16:19:17 +00:00
|
|
|
|
|
|
|
CLEANFILES = $(gsettings_SCHEMAS)
|