[FFmpeg-cvslog] r24949 - trunk/configure

mru subversion
Thu Aug 26 20:21:00 CEST 2010


Author: mru
Date: Thu Aug 26 20:21:00 2010
New Revision: 24949

Log:
Revert "Disable MMX for i686 and pentiumpro"

To avoid being burned at the stake by an angry mob, I am forced to
revert this commit.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Aug 26 16:33:39 2010	(r24948)
+++ trunk/configure	Thu Aug 26 20:21:00 2010	(r24949)
@@ -2105,14 +2105,8 @@ elif enabled x86; then
             cpuflags="-march=$cpu"
             disable cmov
         ;;
-        i686|pentiumpro)
-            cpuflags="-march=$cpu"
-            enable cmov
-            enable fast_cmov
-            disable mmx
-        ;;
         # targets that do support conditional mov (cmov)
-        pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
             cpuflags="-march=$cpu"
             enable cmov
             enable fast_cmov



More information about the ffmpeg-cvslog mailing list