[Ffmpeg-cvslog] r7450 - trunk/configure

mru subversion
Sun Jan 14 01:08:46 CET 2007


Author: mru
Date: Sun Jan 14 01:08:45 2007
New Revision: 7450

Modified:
   trunk/configure

Log:
allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jan 14 01:08:45 2007
@@ -1287,7 +1287,7 @@
             cmov="no"
         ;;
         # targets that do support conditional mov (cmov)
-        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx)
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2)
             add_cflags "-march=$cpu"
             cmov="yes"
             cmov_is_fast="yes"




More information about the ffmpeg-cvslog mailing list