summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-13 11:22:06 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-13 11:22:06 +0000
commit5bd87909da73f1b31e7e98823e387ecaed64ff1b (patch)
tree2d68e82dfdec5a561f34390ee8ddd85881d38cfb
parentafb976279c065268d69ef2d7d26ff6efb0fd73b0 (diff)
downloadgstreamer-plugins-bad-5bd87909da73f1b31e7e98823e387ecaed64ff1b.tar.gz
configure.ac: Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change until 0.7 fortunately.
Original commit message from CVS: * configure.ac: Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change until 0.7 fortunately.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf452f40..a95e06d52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-13 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
+ until 0.7 fortunately.
+
2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 4cd49ceee..296503756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -721,7 +721,7 @@ AG_GST_CHECK_FEATURE(MUSICBRAINZ, [musicbrainz tag generation], musicbrainz, [
dnl *** MythTV ***
translit(dnm, m, l) AM_CONDITIONAL(USE_MYTHTV, true)
AG_GST_CHECK_FEATURE(MYTHTV, [MythTV client plugins], mythtvsrc, [
- PKG_CHECK_MODULES(GMYTH, gmyth >= 0.4 gmyth <= 0.4.99, HAVE_MYTHTV="yes", [
+ PKG_CHECK_MODULES(GMYTH, gmyth >= 0.4 gmyth <= 0.7.99, HAVE_MYTHTV="yes", [
HAVE_MYTHTV="no"
AC_MSG_RESULT(no)
])