diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-01 12:10:37 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-01 12:10:37 +0000 |
commit | ef8e1dd30a804fdd166c6686df50353fbfc56384 (patch) | |
tree | 830ddef7654595c8daad62e7aefaa37444672d60 | |
parent | c995758d6a4c7ba7f568964c1a850b55743f44f3 (diff) | |
download | gst-plugins-bad-ef8e1dd30a804fdd166c6686df50353fbfc56384.tar.gz gst-plugins-bad-ef8e1dd30a804fdd166c6686df50353fbfc56384.tar.bz2 gst-plugins-bad-ef8e1dd30a804fdd166c6686df50353fbfc56384.zip |
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
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 3 |
3 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org> + * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay): + check if v4l-conf is in path + +2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org> + * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime): change assert to a more readable error message diff --git a/common b/common -Subproject 6e6d3f154c84195e9d505e114ea4a2df216f727 +Subproject cf0828313f7cea4d5840c0959e9113f13309a56 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) |