[vlc-devel] [PATCH v2 2/9] contrib/bootstrap: add x86_64 for android

Thomas Guillem tom at gllm.fr
Thu Oct 9 18:45:20 CEST 2014


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

diff --git a/contrib/bootstrap b/contrib/bootstrap
index 707ae22..387f665 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"
 			;;
-- 
2.1.0




More information about the vlc-devel mailing list