From f90a696eed7daa3a2a4a898f118d8c986a5de488 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 6 Dec 2006 16:14:35 +0000 Subject: 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 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8d61fa36..a99b20a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-06 Jan Schmidt + + * configure.ac: + Update the Jack requirement to the version where I think options_t + appeared + 2006-12-01 Jan Schmidt * 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) ]) -- cgit v1.2.1