[vlc-devel] [PATCH] bootstrap: fix aarch64 HOST recognition
Thomas Guillem
thomas at gllm.fr
Wed Feb 11 10:40:57 CET 2015
---
contrib/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index d803717..f757a61 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -258,7 +258,7 @@ case "${OS}" in
*arm*)
add_make "PLATFORM_SHORT_ARCH := arm"
;;
- *arm64*)
+ *aarch64*)
add_make "PLATFORM_SHORT_ARCH := arm64"
;;
*i686*)
--
2.1.3
More information about the vlc-devel
mailing list