[Mplayer-cvslog] CVS: main configure,1.907,1.908
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Thu Aug 26 11:24:06 CEST 2004
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29676
Modified Files:
configure
Log Message:
remove unnecessary mips check (it's obsolete anyway)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -r1.907 -r1.908
--- configure 26 Aug 2004 01:06:02 -0000 1.907
+++ configure 26 Aug 2004 09:24:03 -0000 1.908
@@ -5978,11 +5978,7 @@
fi
_stripbinaries=no
elif test -z "$CFLAGS" ; then
- if test "$host_arch" != "mips" ; then
CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
- else
- CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
- fi
# always compile with '-g' if .developer:
if test -f ".developer" ; then
CFLAGS="-g $CFLAGS"
More information about the MPlayer-cvslog
mailing list