You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Assume runtime cpu detection on arm on --target-os=android as well
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -3804,7 +3804,7 @@ EOF
|
|||||||
enabled vfp && check_insn vfp 'fadds s0, s0, s0'
|
enabled vfp && check_insn vfp 'fadds s0, s0, s0'
|
||||||
enabled vfpv3 && check_insn vfpv3 'vmov.f32 s0, #1.0'
|
enabled vfpv3 && check_insn vfpv3 'vmov.f32 s0, #1.0'
|
||||||
|
|
||||||
[ $target_os = linux ] ||
|
[ $target_os = linux ] || [ $target_os = android ] ||
|
||||||
map 'enabled_any ${v}_external ${v}_inline || disable $v' \
|
map 'enabled_any ${v}_external ${v}_inline || disable $v' \
|
||||||
$ARCH_EXT_LIST_ARM
|
$ARCH_EXT_LIST_ARM
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user