[vlc-devel] [PATCH] pthreads 2.9.1 for the contribs
Mario Speiß
1034-135 at online.de
Sun Feb 10 22:34:21 CET 2013
Reason for upgrading: pthreads 2.8.0 does not work with zvbi on win64.
However, pthreads 2.9.1 seems to work well, an not patches were reqd.
Regards,
Mario
---
contrib/src/pthreads/rules.mak | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak
index 7eaaca6..5dcba42 100644
--- a/contrib/src/pthreads/rules.mak
+++ b/contrib/src/pthreads/rules.mak
@@ -4,7 +4,7 @@ ifndef HAVE_WIN32
PKGS_FOUND += pthreads
endif
-PTHREADS_W32_VERSION := 2-8-0
+PTHREADS_W32_VERSION := 2-9-1
PTHREADS_W32_URL := ftp://sources.redhat.com/pub/pthreads-win32/pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz
$(TARBALLS)/pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz:
@@ -15,8 +15,8 @@ $(TARBALLS)/pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz:
ifdef HAVE_WIN32
pthreads: pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz .sum-pthreads
$(UNPACK)
- $(APPLY) $(SRC)/pthreads/pthreads-detach.patch
- $(APPLY) $(SRC)/pthreads/pthreads-win64.patch
+# $(APPLY) $(SRC)/pthreads/pthreads-detach.patch
+# $(APPLY) $(SRC)/pthreads/pthreads-win64.patch
sed -e 's/^CROSS.*=/CROSS ?=/' -i.orig $(UNPACK_DIR)/GNUmakefile
$(MOVE)
--
1.7.5.4
More information about the vlc-devel
mailing list