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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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