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
This commit is contained in:
Jan Schmidt 2006-12-06 16:14:35 +00:00
parent 02f12c6fc2
commit f90a696eed
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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)
])