diff options
author | Diego Pettenò <flameeyes@gmail.com> | 2010-06-22 23:26:03 +0000 |
---|---|---|
committer | Diego Pettenò <flameeyes@gmail.com> | 2010-06-22 23:26:03 +0000 |
commit | a65e687b2f5990c697268bd8a28f9a37ed809744 (patch) | |
tree | 116856ade8c8a0b92454aaa23fca5c7367ed300e | |
parent | 9f342dabc62827f6172bfc0dea7037c4f59ae6a8 (diff) | |
download | ffmpeg-a65e687b2f5990c697268bd8a28f9a37ed809744.tar.gz |
Add barcelona to the list of cmov/fast_cmov compatible CPUs.
For GCC, barcelona is just an alias for amdfam10, so simply add it in
there.
Originally committed as revision 23730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2005,7 +2005,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) + i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona) cpuflags="-march=$cpu" enable cmov enable fast_cmov |