tests/check/Makefile.am: Only run the id3v2mux check if taglib is available and the taglib plugin has been built.
Original commit message from CVS: * tests/check/Makefile.am: Only run the id3v2mux check if taglib is available and the taglib plugin has been built.
This commit is contained in:
parent
bd47eb32fc
commit
9c10d61e50
@ -1,3 +1,9 @@
|
|||||||
|
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Only run the id3v2mux check if taglib is available and
|
||||||
|
the taglib plugin has been built.
|
||||||
|
|
||||||
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* ext/swfdec/Makefile.am:
|
* ext/swfdec/Makefile.am:
|
||||||
|
@ -26,8 +26,15 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
|||||||
|
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
check_PROGRAMS = \
|
|
||||||
elements/tagid3v2mux
|
if USE_TAGLIB
|
||||||
|
check_taglib = elements/tagid3v2mux
|
||||||
|
else
|
||||||
|
check_taglib =
|
||||||
|
endif
|
||||||
|
|
||||||
|
check_PROGRAMS = $(check_taglib)
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
|
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user