[vlc-commits] commit: Contrib: keep Win64 mess only for Win64 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed Apr 21 23:22:03 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 21 23:19:19 2010 +0200| [e2ae35588014ad882f634d20ed573af389ad5e0c] | committer: Jean-Baptiste Kempf 

Contrib: keep Win64 mess only for Win64

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

 extras/contrib/src/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 0f6ea11..6fe27f7 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2343,7 +2343,9 @@ pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz:
 pthreads: pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz
 	$(EXTRACT_GZ)
 	(cd $@; patch -p0 < ../Patches/pthreads-detach.patch)
+ifdef HAVE_WIN64
 	(patch -p0 < Patches/pthreads-win64.patch)
+endif
 
 .pthreads: pthreads
 	(cd $<; $(HOSTCC) make $(PTHREADSCONF) GC GC-static && mkdir -p $(PREFIX)/include && cp -v pthread.h sched.h semaphore.h $(PREFIX)/include/ && mkdir -p $(PREFIX)/lib && cp -v *.a *.dll $(PREFIX)/lib/)



More information about the vlc-commits mailing list