mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 22:06:59 +00:00
configure: break a long line
Originally committed as revision 20108 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e04a3c9613
commit
7cee5421d6
3
configure
vendored
3
configure
vendored
@ -2163,7 +2163,8 @@ elif enabled x86; then
|
||||
EOF
|
||||
|
||||
# check whether EBX is available on x86
|
||||
check_asm ebx_available '""::"b"(0)' && check_asm ebx_available '"":::"%ebx"'
|
||||
check_asm ebx_available '""::"b"(0)' &&
|
||||
check_asm ebx_available '"":::"%ebx"'
|
||||
|
||||
# check whether more than 10 operands are supported
|
||||
check_cc <<EOF && enable ten_operands
|
||||
|
Loading…
Reference in New Issue
Block a user