[Mplayer-cvslog] CVS: main configure,1.611,1.612
Dominik Mierzejewski CVS
rathann at mplayerhq.hu
Mon Nov 25 03:19:28 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29693
Modified Files:
configure
Log Message:
reversing my patch to check for -Wall support & use it if available (requested by A'rpi)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.611
retrieving revision 1.612
diff -u -r1.611 -r1.612
--- configure 23 Nov 2002 11:01:21 -0000 1.611
+++ configure 25 Nov 2002 02:19:09 -0000 1.612
@@ -2164,19 +2164,6 @@
fi
echores "$_sys_sysinfo"
-echocheck "-Wall option"
-cat > $TMPC << EOF
-int main(void) { return 0; }
-EOF
-_wall=no
-cc_check -Wall && _wall=yes
-if test "$_wall" = yes ; then
- _ld_wall='-Wall'
-else
- _ld_wall=''
-fi
-echores "$_wall"
-
#########
# VIDEO #
@@ -4403,9 +4390,9 @@
_stripbinaries=no
elif test -z "$CFLAGS" ; then
if test "$host_arch" != "mips" ; then
- CFLAGS="-O4 $_march $_mcpu -pipe -ffast-math -fomit-frame-pointer $_ld_wall"
+ CFLAGS="-O4 $_march $_mcpu -pipe -ffast-math -fomit-frame-pointer"
else
- CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer $_ld_wall"
+ CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
fi
# always compile with '-g' if .developer:
if test -f ".developer" ; then
More information about the MPlayer-cvslog
mailing list