tests: Don't build disabled plugins' check tests
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723505
This commit is contained in:
parent
87ce0d8e0b
commit
84ee64d4bd
@ -43,6 +43,12 @@ else
|
||||
check_x264enc=
|
||||
endif
|
||||
|
||||
if USE_PLUGIN_XINGMUX
|
||||
check_xingmux = element/xingmux
|
||||
else
|
||||
check_xingmux =
|
||||
endif
|
||||
|
||||
# generic/index
|
||||
check_PROGRAMS = \
|
||||
generic/states \
|
||||
@ -50,7 +56,7 @@ check_PROGRAMS = \
|
||||
$(LAME) \
|
||||
$(MPEG2DEC) \
|
||||
$(check_x264enc) \
|
||||
elements/xingmux
|
||||
$(check_xingmux)
|
||||
|
||||
# these tests don't even pass
|
||||
noinst_PROGRAMS =
|
||||
|
Loading…
x
Reference in New Issue
Block a user