[vlc-devel] [PATCH 06/10] contrib: dxvahd: do not build it if we use mingw-w64 8.0
Steve Lhomme
robux4 at ycbcr.xyz
Mon Jul 6 15:14:08 CEST 2020
It's correct in there now.
---
contrib/src/dxvahd/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/dxvahd/rules.mak b/contrib/src/dxvahd/rules.mak
index a8233f9b978..a8650ec486f 100644
--- a/contrib/src/dxvahd/rules.mak
+++ b/contrib/src/dxvahd/rules.mak
@@ -10,6 +10,9 @@ endif
ifdef HAVE_WIN32
PKGS += dxvahd
endif
+ifeq ($(HAVE_MINGW64_VER8),true)
+PKGS_FOUND += dxvahd
+endif
.sum-dxvahd: $(TARBALLS)/dxvahd.idl
--
2.26.2
More information about the vlc-devel
mailing list