projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95c049
)
tests: Don't run the flacdec test if the plugin isn't built. Fixes #585630
author
Marvin Schmidt
<marvin_schmidt@gmx.net>
Sat, 13 Jun 2009 08:43:55 +0000
(10:43 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 13 Jun 2009 08:43:55 +0000
(10:43 +0200)
tests/check/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/check/Makefile.am
b/tests/check/Makefile.am
index 4ffe677c66795f8e6fdb998aca6a55dc829798be..be1efd68baf08c47c5e5c51d7ab14f7f7ae11b0f 100644
(file)
--- a/
tests/check/Makefile.am
+++ b/
tests/check/Makefile.am
@@
-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) \