[FFmpeg-cvslog] r10243 - trunk/configure

michael subversion
Mon Aug 27 01:09:34 CEST 2007


Author: michael
Date: Mon Aug 27 01:09:34 2007
New Revision: 10243

Log:
print EBX/EBP availability


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Aug 27 01:09:34 2007
@@ -1811,6 +1811,8 @@ if test $arch = "x86_32" -o $arch = "x86
     echo "MMX enabled               ${mmx-no}"
     echo "CMOV enabled              ${cmov-no}"
     echo "CMOV is fast              ${fast_cmov-no}"
+    echo "EBX available             ${ebx_available-no}"
+    echo "EBP available             ${ebp_available-no}"
 fi
 if test $arch = "armv4l"; then
     echo "ARMv5TE enabled           ${armv5te-no}"




More information about the ffmpeg-cvslog mailing list