[vlc-commits] contrib/bootstrap: Remove redundant HAVE_WIN64 check
Marvin Scholz
git at videolan.org
Thu Jun 18 18:31:57 CEST 2020
vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Jun 5 22:46:47 2019 +0200| [bcb03de749583a0d104d24b22f1e6b8a55db0a2c] | committer: Steve Lhomme
contrib/bootstrap: Remove redundant HAVE_WIN64 check
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.
(cherry picked from commit 0510d4971de78cf1c75b7eb3e55f1bc5d41f9ff7)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=bcb03de749583a0d104d24b22f1e6b8a55db0a2c
---
contrib/bootstrap | 5 -----
1 file changed, 5 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 5a733a7abf..6047abbf49 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -387,11 +387,6 @@ case "${OS}" in
;;
esac
case "${HOST}" in
- amd64*|x86_64*)
- add_make_enabled "HAVE_WIN64"
- ;;
- esac
- case "${HOST}" in
armv7*)
add_make_enabled "HAVE_ARMV7A"
;;
More information about the vlc-commits
mailing list