summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-19 15:33:17 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-19 15:33:17 +0000
commit4cb7d639d6f9b95000cb2240ba722cc83dba7eb6 (patch)
treefd11e979fe8b1732d3fc97fd46fcc08341a1a826 /configure.ac
parent0c44236d031db7d9d69247c880895ea2f7f88584 (diff)
ChangeLog
Original commit message from CVS: ChangeLog
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 230d708bd..9e82a38b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1196,9 +1196,10 @@ main (int argc,
])
dnl *** musicbrainz ***
+dnl libmusicbrainz <= 2.0.2 has symbol clashes with ffmpeg
translit(dnm, m, l) AM_CONDITIONAL(USE_MUSICBRAINZ, true)
GST_CHECK_FEATURE(MUSICBRAINZ, [musicbrainz], musicbrainz, [
- PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz,
+ PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz > 2.0.2,
HAVE_MUSICBRAINZ="yes", HAVE_MUSICBRAINZ="no")
AC_SUBST(MUSICBRAINZ_CFLAGS)
AC_SUBST(MUSICBRAINZ_LIBS)