diff options
author | Måns Rullgård <mans@mansr.com> | 2007-01-14 00:08:45 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-01-14 00:08:45 +0000 |
commit | 416519ddfacb5b6da2315102444e9128ceedb45f (patch) | |
tree | 8e5d4cd3a9ae01fb144dec9f7f7f9ff4c690de12 /configure | |
parent | 977d126e6e99cafefc4d0c2fe6e784250942d026 (diff) | |
download | ffmpeg-416519ddfacb5b6da2315102444e9128ceedb45f.tar.gz |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |