[FFmpeg-cvslog] configure: enable pic for shared libs on AArch64

Marcin Juszkiewicz git at videolan.org
Thu Jan 17 04:44:33 CET 2013


ffmpeg | branch: release/1.1 | Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org> | Thu Jan 10 12:22:53 2013 +0000| [bc182a6acaf8549fa335a90531c3533437d44c74] | committer: Luca Barbato

configure: enable pic for shared libs on AArch64

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Martin Storsjö <martin at martin.st>
(cherry picked from commit d11cb13b0ef02fb1c303b29805819f6e1c9dc61b)

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

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

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

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)



More information about the ffmpeg-cvslog mailing list