summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-01-14 00:08:45 +0000
committerMåns Rullgård <mans@mansr.com>2007-01-14 00:08:45 +0000
commit416519ddfacb5b6da2315102444e9128ceedb45f (patch)
tree8e5d4cd3a9ae01fb144dec9f7f7f9ff4c690de12 /configure
parent977d126e6e99cafefc4d0c2fe6e784250942d026 (diff)
allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 155310e9f3..7a420ef968 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"