]> git.sesse.net Git - vlc/blobdiff - contrib/bootstrap
decoder: reduce lock scope and cosmetic
[vlc] / contrib / bootstrap
index d8037174f91d1d56249576d2328b05ada96c306d..4d2b826a86fe2c823fccb6febcaf3a5e75a3db7e 100755 (executable)
@@ -258,7 +258,7 @@ case "${OS}" in
                        *arm*)
                        add_make "PLATFORM_SHORT_ARCH := arm"
                        ;;
-                       *arm64*)
+                       *arm64*|*aarch64*)
                        add_make "PLATFORM_SHORT_ARCH := arm64"
                        ;;
                        *i686*)