Mercurial > mplayer.hg
comparison configure @ 13349:2bfd09c32fba
Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde@myrealbox.com>
author | faust3 |
---|---|
date | Wed, 15 Sep 2004 16:01:34 +0000 |
parents | 99b14d9c50d5 |
children | b08f55cea9ce |
comparison
equal
deleted
inserted
replaced
13348:2242f7d95b14 | 13349:2bfd09c32fba |
---|---|
4275 cat > $TMPC << EOF | 4275 cat > $TMPC << EOF |
4276 #include <jack/jack.h> | 4276 #include <jack/jack.h> |
4277 int main(void) { JACK_Init(); return 0; } | 4277 int main(void) { JACK_Init(); return 0; } |
4278 EOF | 4278 EOF |
4279 # This test only checks the minor version number. | 4279 # This test only checks the minor version number. |
4280 if ( ( test ! `bio2jack-config --version | cut -d '.' -f 2` -ge 2 ) ) ; then | 4280 if ( ( test ! `bio2jack-config --version | cut -d '.' -f 2` -ge 3 ) ) ; then |
4281 _jack=no; | 4281 _jack=no; |
4282 elif test -z "$_bio2jackdir" ; then | 4282 elif test -z "$_bio2jackdir" ; then |
4283 cc_check -lbio2jack `pkg-config --libs --cflags jack` && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _jack=yes | 4283 cc_check -lbio2jack `pkg-config --libs --cflags jack` && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _jack=yes |
4284 else | 4284 else |
4285 cc_check -L "$_bio2jackdir" -lbio2jack `pkg-config --libs --cflags jack` && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _jack=yes | 4285 cc_check -L "$_bio2jackdir" -lbio2jack `pkg-config --libs --cflags jack` && ( "$TMPO" >> "$TMPLOG" 2>&1 ) && _jack=yes |