You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Simplify vararg check
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -4240,12 +4240,11 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
||||
check_gas() {
|
||||
log "check_gas using '$as' as AS"
|
||||
# :vararg is used on aarch64, arm and ppc altivec
|
||||
test_as <<EOF || return 1
|
||||
check_as vararg "
|
||||
.macro m n, y:vararg=0
|
||||
\n: .int \y
|
||||
.endm
|
||||
m x
|
||||
EOF
|
||||
m x" || return 1
|
||||
# .altmacro is only used in arm asm
|
||||
! enabled arm || check_as gnu_as ".altmacro"
|
||||
}
|
||||
|
Reference in New Issue
Block a user