[vlc-devel] [PATCH v3 6/9] contrib/bootstrap: Remove redundant HAVE_WIN64 check
Marvin Scholz
epirat07 at gmail.com
Fri Jun 7 14:52:20 CEST 2019
The amd64 case is handled by get-arch.sh and returned as x86_64,
and for x86_64 there is a check in the main.mak that sets HAVE_WIN64
if the arch is x86_64 and building for Windows.
---
contrib/bootstrap | 5 -----
1 file changed, 5 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 6d1a559452..bf8e09353e 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -365,11 +365,6 @@ case "${OS}" in
add_make_enabled "HAVE_WINSTORE"
;;
esac
- case "${HOST}" in
- amd64*|x86_64*)
- add_make_enabled "HAVE_WIN64"
- ;;
- esac
case "${HOST}" in
armv7*)
add_make_enabled "HAVE_ARMV7A"
--
2.20.1 (Apple Git-117)
More information about the vlc-devel
mailing list