[FFmpeg-cvslog] configure: Assume runtime cpu detection on arm on --target-os= android as well

Martin Storsjö git at videolan.org
Thu Jul 17 22:26:09 CEST 2014


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Jul 16 19:43:12 2014 +0300| [a578b0407dc983aecd72028e1127062689b67089] | committer: Martin Storsjö

configure: Assume runtime cpu detection on arm on --target-os=android as well

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a578b0407dc983aecd72028e1127062689b67089
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7a29e82..fb9da60 100755
--- 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
 



More information about the ffmpeg-cvslog mailing list