Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5b9beae0 by Steve Lhomme at 2021-08-19T09:25:39+00:00
contrib: pthreads: use mingw64 9.0.0 instead of an interim 8.0 hash

- - - - -


2 changed files:

- contrib/src/pthreads/SHA512SUMS
- contrib/src/pthreads/rules.mak


Changes:

=====================================
contrib/src/pthreads/SHA512SUMS
=====================================
@@ -1 +1 @@
-2ee60942e059c685b52b556bfc4859c308041d540db8c1e469b220c3dee9fc794e94127bb000cda634ac8fb9059028b1ade7de9c91b07319ca4a4056b9eec39a
  mingw-w64-a32b622261b490ec4e4f675dfef010d1274c6c4d.tar.xz
+6691331a2ab521d22c1d32bebe0ed049bd62a7a7722cff38e7792b4e42c6b8df4356084afff6c916b487b3ebddc4372b398ab7cd0c7f4ff6991a70fe64177386
  mingw-w64-v9.0.0.tar.bz2


=====================================
contrib/src/pthreads/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # winpthreads
 
-WINPTHREADS_VERSION := 7.0.0
+WINPTHREADS_VERSION := 9.0.0
 WINPTHREADS_URL := 
https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2/download
 WINPTHREADS_HASH=a32b622261b490ec4e4f675dfef010d1274c6c4d
 WINPTHREADS_GITURL := https://git.code.sf.net/p/mingw-w64/mingw-w64
@@ -27,10 +27,11 @@ $(TARBALLS)/mingw-w64-$(WINPTHREADS_HASH).tar.xz:
 $(TARBALLS)/mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2:
        $(call download_pkg,$(WINPTHREADS_URL),winpthreads)
 
-# .sum-pthreads: mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2
-.sum-pthreads: mingw-w64-$(WINPTHREADS_HASH).tar.xz
+.sum-pthreads: mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2
+#.sum-pthreads: mingw-w64-$(WINPTHREADS_HASH).tar.xz
 
-pthreads: mingw-w64-$(WINPTHREADS_HASH).tar.xz .sum-pthreads
+pthreads: mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2 .sum-pthreads
+#pthreads: mingw-w64-$(WINPTHREADS_HASH).tar.xz .sum-pthreads
        $(UNPACK)
        $(MOVE)
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/5b9beae04210dcbd6f33c6f8c3869c8b483d4151

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/5b9beae04210dcbd6f33c6f8c3869c8b483d4151
You're receiving this email because of your account on code.videolan.org.


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

Reply via email to