[vlc-commits] contrib: define HAVE_WIN64 as needed

Rémi Denis-Courmont git at videolan.org
Fri Jul 1 22:25:40 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jul  1 18:10:41 2011 +0300| [01888984c39b510b1a3867f1d1e75579ea424898] | committer: Rémi Denis-Courmont

contrib: define HAVE_WIN64 as needed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01888984c39b510b1a3867f1d1e75579ea424898
---

 contrib/src/main.mak |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index f2f23bd..2521713 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -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



More information about the vlc-commits mailing list