Commit 1d0b13da authored by michael's avatar michael

print EBX/EBP availability


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10243 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9370e521
......@@ -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}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment