mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
tests: Don't run the postproc test if compiled as an LGPL plugin
This commit is contained in:
parent
35cf2e84f2
commit
346c32abf0
1 changed files with 5 additions and 1 deletions
|
@ -16,12 +16,16 @@ CLEANFILES = core.* test-registry.xml
|
||||||
|
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
|
if !GST_FFMPEG_ENABLE_LGPL
|
||||||
|
postproc_tests = elements/postproc
|
||||||
|
endif
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
generic/plugin-test \
|
generic/plugin-test \
|
||||||
generic/libavcodec-locking \
|
generic/libavcodec-locking \
|
||||||
elements/ffdec_adpcm \
|
elements/ffdec_adpcm \
|
||||||
elements/ffdemux_ape \
|
elements/ffdemux_ape \
|
||||||
elements/postproc
|
$(postproc_tests)
|
||||||
|
|
||||||
VALGRIND_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
generic/plugin-test \
|
generic/plugin-test \
|
||||||
|
|
Loading…
Reference in a new issue