summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-07-19 01:01:13 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-07-19 01:01:13 +0000
commitf505a291ff823d30e6b6238cdebb3be26f785508 (patch)
tree88b08a72d7b8f6203728610c15ebbcad9ae026b1 /tests
parent964f855f8be524a4e3bb501ca68bb3dcdec2b400 (diff)
Move replaygain and interleave plugins from -bad.
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/gst-plugins-good-plugins.interfaces: * docs/plugins/gst-plugins-good-plugins.prerequisites: * docs/plugins/inspect/plugin-interleave.xml: * docs/plugins/inspect/plugin-replaygain.xml: * tests/check/Makefile.am: Move replaygain and interleave plugins from -bad. Fixes: #543406 Fixes: #536228
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index d5b52c0e..a9326b2a 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -78,12 +78,17 @@ check_PROGRAMS = \
elements/audiowsinclimit \
elements/avimux \
elements/avisubtitle \
+ elements/deinterleave \
elements/equalizer \
elements/icydemux \
elements/id3demux \
+ elements/interleave \
elements/level \
elements/matroskamux \
elements/multifile \
+ elements/rganalysis \
+ elements/rglimiter \
+ elements/rgvolume \
elements/rtp-payloading \
elements/spectrum \
elements/videocrop \
@@ -129,6 +134,11 @@ elements_cmmlenc_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
elements_alphacolor_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
+elements_deinterleave_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
+elements_deinterleave_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(LDADD)
+elements_interleave_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
+elements_interleave_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(LDADD)
+
elements_souphttpsrc_CFLAGS = -DCHECKDATA_DIR="$(srcdir)" $(SOUP_CFLAGS) $(AM_CFLAGS)
elements_souphttpsrc_LDADD = $(SOUP_LIBS) $(LDADD)