vlc | branch: master | Thomas Guillem <[email protected]> | Wed Feb 11 10:49:31 
2015 +0100| [d0fca170ce1b4352a1ad19cbdbbd4d7c29d07dc2] | committer: 
Jean-Baptiste Kempf

bootstrap: fix aarch64 HOST recognition

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 contrib/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index d803717..4d2b826a 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -258,7 +258,7 @@ case "${OS}" in
                        *arm*)
                        add_make "PLATFORM_SHORT_ARCH := arm"
                        ;;
-                       *arm64*)
+                       *arm64*|*aarch64*)
                        add_make "PLATFORM_SHORT_ARCH := arm64"
                        ;;
                        *i686*)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to