summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 14:43:19 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-15 14:43:19 +0200
commit346c32abf038384e90d2ae9227bd2c93865289d3 (patch)
tree3ec99a4befc5925a16a7c379c5d92b8598d4e7a4
parent35cf2e84f25b8c4de306d0b184c32c943a8e07ea (diff)
downloadgst-libav-346c32abf038384e90d2ae9227bd2c93865289d3.tar.gz
tests: Don't run the postproc test if compiled as an LGPL plugin
-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 a904a44..3473c48 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_FFMPEG_ENABLE_LGPL
+postproc_tests = elements/postproc
+endif
+
check_PROGRAMS = \
generic/plugin-test \
generic/libavcodec-locking \
elements/ffdec_adpcm \
elements/ffdemux_ape \
- elements/postproc
+ $(postproc_tests)
VALGRIND_TO_FIX = \
generic/plugin-test \