]> git.sesse.net Git - ffmpeg/commitdiff
configure: Assume runtime cpu detection on arm on --target-os=android as well
authorMartin Storsjö <martin@martin.st>
Wed, 16 Jul 2014 16:43:12 +0000 (19:43 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 17 Jul 2014 14:47:00 +0000 (17:47 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
configure

index 7a29e82adf6c9489adcabb32fe3e16980c212c7d..fb9da6037e7c94314f34353a1478ddc0988226eb 100755 (executable)
--- a/configure
+++ b/configure
@@ -3804,7 +3804,7 @@ EOF
     enabled vfp     && check_insn vfp     'fadds s0, s0, s0'
     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' \
             $ARCH_EXT_LIST_ARM