tests: Don't run the flacdec test if the plugin isn't built. Fixes #585630
This commit is contained in:
parent
a95c049f76
commit
e284f0cb29
@ -38,6 +38,12 @@ else
|
||||
check_annodex =
|
||||
endif
|
||||
|
||||
if USE_FLAC
|
||||
check_flac = pipelines/flacdec
|
||||
else
|
||||
check_flac =
|
||||
endif
|
||||
|
||||
if USE_GDK_PIXBUF
|
||||
check_gdkpixbuf = elements/gdkpixbufsink
|
||||
else
|
||||
@ -109,7 +115,7 @@ check_PROGRAMS = \
|
||||
elements/videofilter \
|
||||
elements/y4menc \
|
||||
pipelines/simple-launch-lines \
|
||||
pipelines/flacdec \
|
||||
$(check_flac) \
|
||||
$(check_gdkpixbuf) \
|
||||
$(check_soup) \
|
||||
$(check_sunaudio) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user