[MPlayer-cvslog] r28694 - trunk/configure

diego subversion at mplayerhq.hu
Sat Feb 21 21:25:02 CET 2009


Author: diego
Date: Sat Feb 21 21:25:02 2009
New Revision: 28694

Log:
Add -ffast-math to LDFLAGS as well as to CFLAGS.
patch by Piotr Kaczuba, pepe attika.ath cx

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Feb 21 19:15:55 2009	(r28693)
+++ trunk/configure	Sat Feb 21 21:25:02 2009	(r28694)
@@ -2398,6 +2398,7 @@ elif test -z "$CFLAGS" ; then
     CFLAGS="-O2 $_march $_mcpu $_pipe"
   else
     CFLAGS="-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+    _ld_extra="$_ld_extra -ffast-math"
   fi
 else
   _warn_CFLAGS=yes



More information about the MPlayer-cvslog mailing list