From: Måns Rullgård Date: Sun, 14 Jan 2007 00:08:45 +0000 (+0000) Subject: allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots X-Git-Tag: v0.5~10613 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=416519ddfacb5b6da2315102444e9128ceedb45f;p=platform%2Fupstream%2Flibav.git allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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"