[FFmpeg-cvslog] r12245 - trunk/configure

michael subversion
Tue Feb 26 21:21:49 CET 2008


Author: michael
Date: Tue Feb 26 21:21:49 2008
New Revision: 12245

Log:
25% faster floating point AAN IDCT.
Other float code likely benefits as well ...


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Feb 26 21:21:49 2008
@@ -1808,6 +1808,7 @@ elif enabled optimizations; then
         add_cflags "-O3"
     fi
 fi
+check_cflags -fno-math-errno
 
 # PIC flags for shared library objects where they are needed
 if enabled shared; then




More information about the ffmpeg-cvslog mailing list