[Android] Add mips64 to compile

Jean-Baptiste Kempf git at videolan.org
Wed Feb 4 19:33:55 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb  4 19:33:44 2015 +0100| [c769f17b31d2c699cfb8878a97a7b410526c5951] | committer: Jean-Baptiste Kempf

Add mips64 to compile

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c769f17b31d2c699cfb8878a97a7b410526c5951
---

 compile-libvlc.sh |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index b51a7f4..54d8aa2 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -33,6 +33,10 @@ elif [ ${ANDROID_ABI} = "x86_64" ] ; then
 elif [ ${ANDROID_ABI} = "mips" ] ; then
     TARGET_TUPLE="mipsel-linux-android"
     PATH_HOST=$TARGET_TUPLE
+elif [ ${ANDROID_ABI} = "mips64" ] ; then
+    TARGET_TUPLE="mips64el-linux-android"
+    PATH_HOST=$TARGET_TUPLE
+    HAVE_64=1
 elif [ ${ANDROID_ABI} = "arm64-v8a" ] ; then
     TARGET_TUPLE="aarch64-linux-android"
     PATH_HOST=$TARGET_TUPLE



More information about the Android mailing list