diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-22 22:25:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-22 22:25:26 +0200 |
commit | 8ae1a9524ebeecc2287731c47aad517904c4f942 (patch) | |
tree | 9f3c0ef1900c59188d0e44c11295c6aec0cae636 /configure | |
parent | 81ef892ca8a85f0ab6058a3ed40c05a82a151ba5 (diff) | |
download | ffmpeg-8ae1a9524ebeecc2287731c47aad517904c4f942.tar.gz |
This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2261,7 +2261,7 @@ elif enabled x86; then disable cmov ;; # 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|core2|amdfam10|barcelona|atom) + i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|amdfam10|barcelona|atom) cpuflags="-march=$cpu" enable cmov enable fast_cmov |