Commit 3d8e3b66 authored by reimar's avatar reimar

Use a "b" constraint instead of ebx clobber to detect if EBX is available.

The test using clobber incorrectly indicates ebx to be available with the
default compilers on OpenBSD 4.5 and Haiku.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20101 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d819cb3e
......@@ -2162,7 +2162,7 @@ elif enabled x86; then
EOF
# check whether EBX is available on x86
check_asm ebx_available '"":::"%ebx"'
check_asm ebx_available '""::"b"(0)'
# check whether more than 10 operands are supported
check_cc <<EOF && enable ten_operands
......
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