mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +00:00
configure: Suggest upgrading gas-preprocessor instead of just installing
Older versions don't support all the features we test for now. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
9f8cf50e3b
commit
ab0742d2f3
2
configure
vendored
2
configure
vendored
@ -3799,7 +3799,7 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
|
|||||||
if ! check_gas ; then
|
if ! check_gas ; then
|
||||||
as=${gas:=$as}
|
as=${gas:=$as}
|
||||||
check_gas || \
|
check_gas || \
|
||||||
$nogas "GNU assembler not found, install gas-preprocessor"
|
$nogas "GNU assembler not found, install/update gas-preprocessor"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_as <<EOF && enable as_func
|
check_as <<EOF && enable as_func
|
||||||
|
Loading…
Reference in New Issue
Block a user