tests/check/Makefile.am: Only run mpeg2enc unit test if we built the mpeg2enc plugin.
Original commit message from CVS: * tests/check/Makefile.am: Only run mpeg2enc unit test if we built the mpeg2enc plugin.
This commit is contained in:
parent
071967eadd
commit
9d2c04267d
@ -1,3 +1,8 @@
|
|||||||
|
2006-07-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Only run mpeg2enc unit test if we built the mpeg2enc plugin.
|
||||||
|
|
||||||
2006-07-13 Tim-Philipp Müller <tim at centricular dot net>
|
2006-07-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
@ -26,10 +26,16 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
|||||||
|
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
|
if USE_MPEG2ENC
|
||||||
|
check_mpeg2enc = elements/mpeg2enc
|
||||||
|
else
|
||||||
|
check_mpeg2enc =
|
||||||
|
endif
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
elements/gdppay \
|
elements/gdppay \
|
||||||
elements/gdpdepay \
|
elements/gdpdepay \
|
||||||
elements/mpeg2enc
|
$(check_mpeg2enc)
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user