[vlc-devel] [PATCH 07/10] contrib: pthreads: do not get windows.storage.h from mingw-w64 if we use mingw-w64 8.0

Steve Lhomme robux4 at ycbcr.xyz
Mon Jul 6 15:14:09 CEST 2020


It's correct in there now.
---
 contrib/src/pthreads/rules.mak | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak
index 8dc5f972f4d..c73a5cfd585 100644
--- a/contrib/src/pthreads/rules.mak
+++ b/contrib/src/pthreads/rules.mak
@@ -15,6 +15,9 @@ PKGS += winrt_headers
 PKGS_ALL += winrt_headers
 endif
 endif
+ifeq ($(HAVE_MINGW64_VER8),true)
+PKGS_FOUND += winrt_headers
+endif
 
 $(TARBALLS)/mingw-w64-$(WINPTHREADS_HASH).tar.xz:
 	$(call download_git,$(WINPTHREADS_GITURL),,$(WINPTHREADS_HASH))
-- 
2.26.2



More information about the vlc-devel mailing list