[vlc-commits] configure.ac: Detect aarch64 as a 64bits windows
Hugo Beauzée-Luyssen
git at videolan.org
Wed Dec 12 17:38:15 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 12 16:18:09 2018 +0100| [94ba3ab49628827a6bcbff9a805350ab41c37d7a] | committer: Hugo Beauzée-Luyssen
configure.ac: Detect aarch64 as a 64bits windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94ba3ab49628827a6bcbff9a805350ab41c37d7a
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cd71a4e5be..eedb12da6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,7 +249,7 @@ case "${host_os}" in
dnl NSIS/MSI Installer prefix and WIN64
dnl
case "${host_cpu}" in
- amd64|x86_64)
+ amd64|x86_64|aarch64)
HAVE_WIN64="1"
WINDOWS_ARCH="x64"
PROGRAMFILES="PROGRAMFILES64"
More information about the vlc-commits
mailing list