summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-12-06 16:14:35 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-06 16:14:35 +0000
commitf90a696eed7daa3a2a4a898f118d8c986a5de488 (patch)
tree2023ff5a88ee15e73d4b55272ddfe3c0cbe13ae5
parent02f12c6fc219b6e2ea91b962905c716d772d808c (diff)
downloadgst-plugins-bad-f90a696eed7daa3a2a4a898f118d8c986a5de488.tar.gz
gst-plugins-bad-f90a696eed7daa3a2a4a898f118d8c986a5de488.tar.bz2
gst-plugins-bad-f90a696eed7daa3a2a4a898f118d8c986a5de488.zip
configure.ac: Update the Jack requirement to the version where I think options_t appeared
Original commit message from CVS: * configure.ac: Update the Jack requirement to the version where I think options_t appeared
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d61fa36..a99b20a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * configure.ac:
+ Update the Jack requirement to the version where I think options_t
+ appeared
+
2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
* win32/MANIFEST:
diff --git a/configure.ac b/configure.ac
index 71105b96..0dc3294c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -493,7 +493,7 @@ GST_CHECK_FEATURE(IVORBIS, [integer vorbis plug-in], ivorbisdec, [
dnl *** Jack ***
translit(dnm, m, l) AM_CONDITIONAL(USE_JACK, true)
GST_CHECK_FEATURE(JACK, Jack, jack, [
- PKG_CHECK_MODULES(JACK, jack >= 0.29.0, HAVE_JACK="yes", HAVE_JACK="no")
+ PKG_CHECK_MODULES(JACK, jack >= 0.99.10, HAVE_JACK="yes", HAVE_JACK="no")
AC_SUBST(JACK_CFLAGS)
AC_SUBST(JACK_LIBS)
])