[vlc-commits] contrib: pthreads: do not get windows.storage.h from mingw-w64 if we use mingw-w64 8.0

Steve Lhomme git at videolan.org
Thu Jul 9 14:23:35 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jul  6 12:06:50 2020 +0200| [227dfd17af286c46f25ad2ce009b8a582e9d5d23] | committer: Steve Lhomme

contrib: pthreads: do not get windows.storage.h from mingw-w64 if we use mingw-w64 8.0

It's correct in there now.

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

 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 8dc5f972f4..e9e6680245 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_V8),true)
+PKGS_FOUND += winrt_headers
+endif
 
 $(TARBALLS)/mingw-w64-$(WINPTHREADS_HASH).tar.xz:
 	$(call download_git,$(WINPTHREADS_GITURL),,$(WINPTHREADS_HASH))



More information about the vlc-commits mailing list