[vlc-commits] contrib/bootstrap: add x86_64 for android

Thomas Guillem git at videolan.org
Thu Oct 9 18:59:09 CEST 2014


vlc | branch: master | Thomas Guillem <tom at gllm.fr> | Thu Oct  9 18:45:20 2014 +0200| [dc1c7516c1a9172b56787fdbfa002082c7d97613] | committer: Jean-Baptiste Kempf

contrib/bootstrap: add x86_64 for android

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/bootstrap |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index d9067da..caa7691 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -253,6 +253,9 @@ case "${OS}" in
 			*i686*)
 			add_make "PLATFORM_SHORT_ARCH := x86"
 			;;
+			*x86_64*)
+			add_make "PLATFORM_SHORT_ARCH := x86_64"
+			;;
 			*mipsel*)
 			add_make "PLATFORM_SHORT_ARCH := mips"
 			;;



More information about the vlc-commits mailing list