[Mplayer-cvslog] CVS: main configure,1.910,1.911

Sascha Sommer CVS syncmail at mplayerhq.hu
Wed Sep 15 18:01:37 CEST 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv3290

Modified Files:
	configure 
Log Message:
Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() function patch by ismail donmez <kde at myrealbox.com>

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.910
retrieving revision 1.911
diff -u -r1.910 -r1.911
--- configure	5 Sep 2004 17:46:33 -0000	1.910
+++ configure	15 Sep 2004 16:01:34 -0000	1.911
@@ -4277,7 +4277,7 @@
 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




More information about the MPlayer-cvslog mailing list