summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent02f12c6fc219b6e2ea91b962905c716d772d808c (diff)
downloadgstreamer-plugins-bad-f90a696eed7daa3a2a4a898f118d8c986a5de488.tar.gz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71105b96d..0dc3294cd 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)
])