summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-15 16:01:34 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-15 16:01:34 +0000
commit33980d6f5c1cf0c3cdf5405c9d2221d9e914d155 (patch)
treef1b2b48b6f4ffbcba95bbb8c8ad8cf4d91d11799 /configure
parentf75d9d87fd417bb64e57bb0b74b43fe727a20276 (diff)
downloadmpv-33980d6f5c1cf0c3cdf5405c9d2221d9e914d155.tar.bz2
mpv-33980d6f5c1cf0c3cdf5405c9d2221d9e914d155.tar.xz
Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13350 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4491e8aaad..6b48d3f615 100755
--- a/configure
+++ b/configure
@@ -4277,7 +4277,7 @@ cat > $TMPC << EOF
int main(void) { JACK_Init(); return 0; }
EOF
# This test only checks the minor version number.
- if ( ( test ! `bio2jack-config --version | cut -d '.' -f 2` -ge 2 ) ) ; then
+ if ( ( test ! `bio2jack-config --version | cut -d '.' -f 2` -ge 3 ) ) ; then
_jack=no;
elif test -z "$_bio2jackdir" ; then
cc_check -lbio2jack `pkg-config --libs --cflags jack` && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _jack=yes