diff options
author | Dominik Mierzejewski <dominik@rangers.eu.org> | 2008-11-01 17:57:43 +0000 |
---|---|---|
committer | Dominik Mierzejewski <dominik@rangers.eu.org> | 2008-11-01 17:57:43 +0000 |
commit | 34b37f86ec569e5ae1da143919ca04d089c66ae8 (patch) | |
tree | 37266e2b255e60e962577d2fe589d5a0e29cb1a1 | |
parent | 0d72e7d0aebb03db1010d3e3180b287f3d9fc581 (diff) | |
download | ffmpeg-34b37f86ec569e5ae1da143919ca04d089c66ae8.tar.gz |
Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.
Originally committed as revision 15763 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1245,6 +1245,8 @@ case "$arch" in ;; x86_64|amd64) arch="x86_32" + enable cmov + enable fast_cmov enable fast_unaligned check_cc <<EOF && enable fast_64bit && arch="x86_64" int test[sizeof(char*) - 7]; |