diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2010-08-24 17:56:58 +0000 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2010-08-24 17:56:58 +0000 |
commit | 66ac25e21fcf3c0241bf6344280ffd5fea351e85 (patch) | |
tree | cbf4dae560b4066e7e3a9bd320b31e5e312ec0f1 | |
parent | c0ec9918b066c6bfca8613ac75b589bd3e405971 (diff) | |
download | ffmpeg-66ac25e21fcf3c0241bf6344280ffd5fea351e85.tar.gz |
configure: enable fast_cmov for 'atom'
Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2105,7 +2105,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) + 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 |