From ef8e1dd30a804fdd166c6686df50353fbfc56384 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 1 Jun 2004 12:10:37 +0000 Subject: leniate musicbrainz check; check for v4l-conf before calling it Original commit message from CVS: leniate musicbrainz check; check for v4l-conf before calling it --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9ea90989..0fb8376a 100644 --- a/configure.ac +++ b/configure.ac @@ -1340,9 +1340,10 @@ main (int argc, dnl *** musicbrainz *** dnl libmusicbrainz <= 2.0.2 has symbol clashes with ffmpeg +dnl however, our ffmpeg patch was accepted upstream translit(dnm, m, l) AM_CONDITIONAL(USE_MUSICBRAINZ, true) GST_CHECK_FEATURE(MUSICBRAINZ, [musicbrainz], musicbrainz, [ - PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz > 2.0.2, + PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz >= 2.0.2, HAVE_MUSICBRAINZ="yes", HAVE_MUSICBRAINZ="no") AC_SUBST(MUSICBRAINZ_CFLAGS) AC_SUBST(MUSICBRAINZ_LIBS) -- cgit v1.2.1