vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to