configure: rename a variable in check_asm
Originally committed as revision 21302 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c956611527
commit
3784e82e9c
4
configure
vendored
4
configure
vendored
@ -583,11 +583,11 @@ check_as(){
|
|||||||
check_asm(){
|
check_asm(){
|
||||||
log check_asm "$@"
|
log check_asm "$@"
|
||||||
name="$1"
|
name="$1"
|
||||||
asm="$2"
|
code="$2"
|
||||||
shift 2
|
shift 2
|
||||||
disable $name
|
disable $name
|
||||||
check_as "$@" <<EOF && enable $name
|
check_as "$@" <<EOF && enable $name
|
||||||
void foo(void){ __asm__ volatile($asm); }
|
void foo(void){ __asm__ volatile($code); }
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user