summaryrefslogtreecommitdiffstats
path: root/tests/check
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:19:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:19:55 +0000
commit4e78ffa15ca12b06a2629b0f280b75dfd1cd07bc (patch)
treed1627a7c48511e534539a1146489aecf6e9803aa /tests/check
parentc0b48c47d0b611291179d517316583b1d5d13300 (diff)
move wavpack plugin. See #352605.
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.signals: * docs/plugins/inspect/plugin-autodetect.xml: * docs/plugins/inspect/plugin-gconfelements.xml: * docs/plugins/inspect/plugin-ladspa.xml: * docs/plugins/inspect/plugin-rtp.xml: * docs/plugins/inspect/plugin-wavpack.xml: * ext/Makefile.am: * tests/check/Makefile.am: move wavpack plugin. See #352605.
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 7cc7ee19..7357468c 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -40,6 +40,15 @@ else
check_taglib =
endif
+if USE_WAVPACK
+check_wavpack = \
+ elements/wavpackparse \
+ elements/wavpackdec \
+ elements/wavpackenc
+else
+check_wavpack =
+endif
+
check_PROGRAMS = \
generic/states \
$(check_annodex) \
@@ -55,7 +64,8 @@ check_PROGRAMS = \
elements/icydemux \
elements/videofilter \
$(check_sunaudio) \
- $(check_taglib)
+ $(check_taglib) \
+ $(check_wavpack)
VALGRIND_TO_FIX =