allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
authorMåns Rullgård <mans@mansr.com>
Sun, 14 Jan 2007 00:08:45 +0000 (00:08 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 14 Jan 2007 00:08:45 +0000 (00:08 +0000)
Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 155310e..7a420ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -1287,7 +1287,7 @@ if test $cpu != "generic"; then
             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"