diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-12-06 16:14:35 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-12-06 16:14:35 +0000 |
commit | f90a696eed7daa3a2a4a898f118d8c986a5de488 (patch) | |
tree | 2023ff5a88ee15e73d4b55272ddfe3c0cbe13ae5 | |
parent | 02f12c6fc219b6e2ea91b962905c716d772d808c (diff) | |
download | gst-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-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) ]) |