[FFmpeg-cvslog] r15763 - trunk/configure

rathann subversion
Sat Nov 1 18:57:43 CET 2008


Author: rathann
Date: Sat Nov  1 18:57:43 2008
New Revision: 15763

Log:
Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Nov  1 18:57:43 2008
@@ -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];




More information about the ffmpeg-cvslog mailing list