summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-26 23:09:34 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-26 23:09:34 +0000
commit971cc99020d4dc6d372966a16c1120490b81a963 (patch)
treeccacc6a90decea74dc5d51d91ee2a69dd3925f64
parentca1daf0ad06e349344b80b90ea9cb91edda58bb8 (diff)
print EBX/EBP availability
Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e244e4899a..b4d720be30 100755
--- a/configure
+++ b/configure
@@ -1811,6 +1811,8 @@ if test $arch = "x86_32" -o $arch = "x86_64"; then
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}"