Module: libav
Branch: release/9
Commit: bc182a6acaf8549fa335a90531c3533437d44c74

Author:    Marcin Juszkiewicz <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Thu Jan 10 12:22:53 2013 +0000

configure: enable pic for shared libs on AArch64

Signed-off-by: Marcin Juszkiewicz <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
(cherry picked from commit d11cb13b0ef02fb1c303b29805819f6e1c9dc61b)

Signed-off-by: Luca Barbato <[email protected]>

---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index e87a326..8cc9cdc 100755
--- a/configure
+++ b/configure
@@ -2788,7 +2788,7 @@ check_64bit(){
 }
 
 case "$arch" in
-    alpha|ia64)
+    aarch64|alpha|ia64)
         spic=$shared
     ;;
     mips)

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to