[SCM] libav/experimental: configure: Assume runtime cpu detection on arm on --target-os=android as well

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:52 UTC 2014


The following commit has been merged in the experimental branch:
commit a578b0407dc983aecd72028e1127062689b67089
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Jul 16 19:43:12 2014 +0300

    configure: Assume runtime cpu detection on arm on --target-os=android as well
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list