From 346c32abf038384e90d2ae9227bd2c93865289d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 May 2012 14:43:19 +0200 Subject: tests: Don't run the postproc test if compiled as an LGPL plugin --- tests/check/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.1