[SCM] libav/experimental: configure: use .altmacro for gnu as check on arm

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


The following commit has been merged in the experimental branch:
commit 7b06ddb8352fe7f434414d7911ced94956bb25b2
Author: Janne Grunau <janne-libav at jannau.net>
Date:   Thu May 29 17:04:57 2014 +0200

    configure: use .altmacro for gnu as check on arm
    
    Clang's integrated assembler (after 3.4) does not yet support the
    '.altmacro' directive which is only used in arm asm. Support is planned:
    http://llvm.org/bugs/show_bug.cgi?id=18918

diff --git a/configure b/configure
index 59f7273..8359c68 100755
--- a/configure
+++ b/configure
@@ -3736,6 +3736,10 @@ if enabled asm; then
 m x
 EOF
 
+    check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor"
+.altmacro
+EOF
+
     check_as <<EOF && enable as_func
 .func test
 .endfunc

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list