[vlc-devel] [PATCH 7/7 v2] contrib: Remove duplicated HAVE_WIN64 set

Marvin Scholz epirat07 at gmail.com
Wed Jun 5 16:15:53 CEST 2019


For the case of x86_64 and amd64, HAVE_WIN64 is already
set in bootstrap, so there is no need to set it again.
---
 contrib/src/main.mak | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index a37fc14c5c..d6235c3672 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -38,10 +38,6 @@ HAVE_CROSS_COMPILE = 1
 endif
 ARCH := $(shell $(SRC)/get-arch.sh $(HOST))
 
-ifeq ($(ARCH)-$(HAVE_WIN32),x86_64-1)
-HAVE_WIN64 := 1
-endif
-
 ifdef HAVE_CROSS_COMPILE
 need_pkg = 1
 else
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list