From 416519ddfacb5b6da2315102444e9128ceedb45f Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 14 Jan 2007 00:08:45 +0000 Subject: [PATCH] allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 155310e..7a420ef 100755 --- 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" -- 2.7.4