mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
tests/check/Makefile.am: Do not try to run the check tests for subparse unless it has been built.
Original commit message from CVS: * tests/check/Makefile.am: Do not try to run the check tests for subparse unless it has been built.
This commit is contained in:
parent
4d05d8ab6b
commit
ec07ea9905
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-06-04 Peter Kjellerstedt <pkj@axis.com>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Do not try to run the check tests for subparse unless it has been
|
||||||
|
built.
|
||||||
|
|
||||||
2008-06-04 Peter Kjellerstedt <pkj@axis.com>
|
2008-06-04 Peter Kjellerstedt <pkj@axis.com>
|
||||||
|
|
||||||
* tests/check/pipelines/streamheader.c: (buffer_probe_cb),
|
* tests/check/pipelines/streamheader.c: (buffer_probe_cb),
|
||||||
|
|
|
@ -74,6 +74,12 @@ else
|
||||||
check_theora =
|
check_theora =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_PLUGIN_SUBPARSE
|
||||||
|
check_subparse = elements/subparse
|
||||||
|
else
|
||||||
|
check_subparse =
|
||||||
|
endif
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
$(check_alsa) \
|
$(check_alsa) \
|
||||||
$(check_gnomevfs) \
|
$(check_gnomevfs) \
|
||||||
|
@ -93,7 +99,7 @@ check_PROGRAMS = \
|
||||||
elements/gdppay \
|
elements/gdppay \
|
||||||
elements/multifdsink \
|
elements/multifdsink \
|
||||||
elements/playbin \
|
elements/playbin \
|
||||||
elements/subparse \
|
$(check_subparse) \
|
||||||
elements/videorate \
|
elements/videorate \
|
||||||
elements/videotestsrc \
|
elements/videotestsrc \
|
||||||
elements/volume \
|
elements/volume \
|
||||||
|
|
Loading…
Reference in a new issue