[x264-devel] aarch64: require PIC in shared mode

William Grant git at videolan.org
Wed Apr 23 00:40:58 CEST 2014


x264 | branch: master | William Grant <wgrant at ubuntu.com> | Sun Mar 23 09:21:52 2014 -0700| [9a2ff881e71614922ce8633470d2402b54e74c5a] | committer: Jason Garrett-Glaser

aarch64: require PIC in shared mode

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=9a2ff881e71614922ce8633470d2402b54e74c5a
---

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

diff --git a/configure b/configure
index 1452c2d..1f38d6f 100755
--- a/configure
+++ b/configure
@@ -710,7 +710,7 @@ if [ $compiler != ICL ]; then
     fi
 fi
 
-if [ $shared = yes -a \( $ARCH = "X86_64" -o $ARCH = "PPC" -o $ARCH = "ALPHA" -o $ARCH = "ARM" -o $ARCH = "IA64" -o $ARCH = "PARISC" -o $ARCH = "MIPS" \) ] ; then
+if [ $shared = yes -a \( $ARCH = "X86_64" -o $ARCH = "PPC" -o $ARCH = "ALPHA" -o $ARCH = "ARM" -o $ARCH = "IA64" -o $ARCH = "PARISC" -o $ARCH = "MIPS" -o $ARCH = "AARCH64" \) ] ; then
     pic="yes"
 fi
 



More information about the x264-devel mailing list