summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 14:41:18 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 14:41:18 +0200
commit5d88a67e2f828a5045ba940a964723338b928daf (patch)
treefc0a099fb9119c11f31e7daf998e96283e626c6a /tests
parentcdf5b20f8339cb0269d9b1ccf22f8b3f61a2d959 (diff)
downloadgst-libav-5d88a67e2f828a5045ba940a964723338b928daf.tar.gz
tests: Don't run the postproc test if compiled as an LGPL plugin
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 1e83e53..e6ca0e3 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -16,12 +16,16 @@ CLEANFILES = core.* test-registry.xml
clean-local: clean-local-check
+if !GST_LIBAV_ENABLE_LGPL
+postproc_tests = elements/postproc
+endif
+
check_PROGRAMS = \
generic/plugin-test \
generic/libavcodec-locking \
elements/avdec_adpcm \
elements/avdemux_ape \
- elements/postproc
+ $(postproc_tests)
VALGRIND_TO_FIX = \
generic/plugin-test \