Original commit message from CVS:
* 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/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),
(test_multifdsink_gdp_vorbisenc), (streamheader_suite):
Do not try to run a test which requires vorbisenc unless we have
check_theora =
endif
+if USE_PLUGIN_SUBPARSE
+check_subparse = elements/subparse
+else
+check_subparse =
+endif
+
check_PROGRAMS = \
$(check_alsa) \
$(check_gnomevfs) \
elements/gdppay \
elements/multifdsink \
elements/playbin \
- elements/subparse \
+ $(check_subparse) \
elements/videorate \
elements/videotestsrc \
elements/volume \