mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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>
|
||||
|
||||
* tests/check/pipelines/streamheader.c: (buffer_probe_cb),
|
||||
|
|
|
@ -74,6 +74,12 @@ else
|
|||
check_theora =
|
||||
endif
|
||||
|
||||
if USE_PLUGIN_SUBPARSE
|
||||
check_subparse = elements/subparse
|
||||
else
|
||||
check_subparse =
|
||||
endif
|
||||
|
||||
check_PROGRAMS = \
|
||||
$(check_alsa) \
|
||||
$(check_gnomevfs) \
|
||||
|
@ -93,7 +99,7 @@ check_PROGRAMS = \
|
|||
elements/gdppay \
|
||||
elements/multifdsink \
|
||||
elements/playbin \
|
||||
elements/subparse \
|
||||
$(check_subparse) \
|
||||
elements/videorate \
|
||||
elements/videotestsrc \
|
||||
elements/volume \
|
||||
|
|
Loading…
Reference in a new issue