[Mplayer-cvslog] CVS: main configure,1.759,1.760
Moritz Bunkus CVS
mosu at mplayerhq.hu
Tue Sep 2 16:36:30 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv25026
Modified Files:
configure
Log Message:
Fixed detection of vsscanf for newer gcc versions (3.3.1 etc). Patch by Dima K. <dimakar at yahoo.com>.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -r1.759 -r1.760
--- configure 1 Sep 2003 10:51:11 -0000 1.759
+++ configure 2 Sep 2003 14:36:26 -0000 1.760
@@ -2411,7 +2411,7 @@
echocheck "vsscanf()"
cat > $TMPC << EOF
#include <stdarg.h>
-int main(void) { vsscanf(); return 0; }
+int main(void) { vsscanf(0, 0, 0); return 0; }
EOF
_vsscanf=no
cc_check && _vsscanf=yes
More information about the MPlayer-cvslog
mailing list