From 34b37f86ec569e5ae1da143919ca04d089c66ae8 Mon Sep 17 00:00:00 2001
From: Dominik Mierzejewski <dominik@rangers.eu.org>
Date: Sat, 1 Nov 2008 17:57:43 +0000
Subject: [PATCH] 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
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 42e924f34b9..8f43a44a4c0 100755
--- a/configure
+++ b/configure
@@ -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];
-- 
GitLab