Commit 01888984 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: define HAVE_WIN64 as needed

parent 24deda44
......@@ -33,6 +33,9 @@ ifneq ($(findstring $(ARCH),i386 sparc sparc64 ppc ppc64 x86_64),)
# This should be consistent with include/vlc_cpu.h
HAVE_FPU = 1
endif
ifeq ($(ARCH)-$(HAVE_WIN32),x86_64-1)
HAVE_WIN64 := 1
endif
ifdef HAVE_CROSS_COMPILE
need_pkg = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment