diff options
author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2012-04-18 10:57:22 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-06-16 11:41:54 +0200 |
commit | 78875a280620802b5a92e8100e33106d04c12a2f (patch) | |
tree | 131e2bc9e1e9ddfdcd431b46cbb5ad0c73e48f2b | |
parent | 26510bfee8a5c19d30b14cf042fccf8645fc9c0a (diff) |
Bump libmusicbrainz requirement to 4.0.1
This is required to support objects with multiple relation lists, which
are used in the composer metadata parsing.
https://bugzilla.gnome.org/show_bug.cgi?id=661646
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ca06801..92090d3 100644 --- a/configure.in +++ b/configure.in @@ -71,7 +71,7 @@ AM_GST_ELEMENT_CHECK(wavenc,,AC_MSG_WARN([The 'wavenc' element was not found. Th AM_GST_ELEMENT_CHECK(giosink,,AC_MSG_WARN([The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime.])) # Find optional MusicBrainz4 -PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 libdiscid, [have_mb4=yes], [have_mb4=no]) +PKG_CHECK_MODULES(MUSICBRAINZ4, libmusicbrainz4 >= 4.0.1 libdiscid, [have_mb4=yes], [have_mb4=no]) AC_SUBST(MUSICBRAINZ4_CFLAGS) AC_SUBST(MUSICBRAINZ4_LIBS) if test "$have_mb4" = "yes" ; then |