mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
ChangeLog
Original commit message from CVS: ChangeLog
This commit is contained in:
parent
e1b088f970
commit
5197ba4d33
1 changed files with 2 additions and 1 deletions
|
@ -1196,9 +1196,10 @@ main (int argc,
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** musicbrainz ***
|
dnl *** musicbrainz ***
|
||||||
|
dnl libmusicbrainz <= 2.0.2 has symbol clashes with ffmpeg
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_MUSICBRAINZ, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_MUSICBRAINZ, true)
|
||||||
GST_CHECK_FEATURE(MUSICBRAINZ, [musicbrainz], musicbrainz, [
|
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")
|
HAVE_MUSICBRAINZ="yes", HAVE_MUSICBRAINZ="no")
|
||||||
AC_SUBST(MUSICBRAINZ_CFLAGS)
|
AC_SUBST(MUSICBRAINZ_CFLAGS)
|
||||||
AC_SUBST(MUSICBRAINZ_LIBS)
|
AC_SUBST(MUSICBRAINZ_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue