mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ChangeLog
Original commit message from CVS: ChangeLog
This commit is contained in:
parent
2d34ce8201
commit
39916f3f9f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue