[vlc-devel] [RFC PATCH 2/6] contrib/bootstrap: add x86_64 for android

Thomas Guillem tom at gllm.fr
Wed Oct 8 18:26:05 CEST 2014


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

diff --git a/contrib/bootstrap b/contrib/bootstrap
index b77a9d9..71719b1 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -251,6 +251,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"
 			;;
-- 
2.1.0




More information about the vlc-devel mailing list