mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
tests: don't run encodebin test if vorbis or theora plugins aren't available
This commit is contained in:
parent
e404beff5d
commit
fc608d4dcd
1 changed files with 11 additions and 1 deletions
|
@ -77,6 +77,16 @@ else
|
|||
check_theora =
|
||||
endif
|
||||
|
||||
if USE_VORBIS
|
||||
if USE_THEORA
|
||||
check_encodebin = elements/encodebin
|
||||
else
|
||||
check_encodebin =
|
||||
endif
|
||||
else
|
||||
check_encodebin =
|
||||
endif
|
||||
|
||||
if USE_PLUGIN_SUBPARSE
|
||||
check_subparse = elements/subparse
|
||||
else
|
||||
|
@ -106,7 +116,7 @@ check_PROGRAMS = \
|
|||
elements/audiotestsrc \
|
||||
elements/decodebin \
|
||||
elements/decodebin2 \
|
||||
elements/encodebin \
|
||||
$(check_encodebin) \
|
||||
elements/ffmpegcolorspace \
|
||||
elements/gdpdepay \
|
||||
elements/gdppay \
|
||||
|
|
Loading…
Reference in a new issue