[vlc-commits] contrib: dxvahd: do not build it if we use mingw-w64 8.0
Steve Lhomme
git at videolan.org
Thu Jul 9 14:23:33 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jul 6 10:45:07 2020 +0200| [4157e9bd78faf448970cbd3f730ef36a9d226c82] | committer: Steve Lhomme
contrib: dxvahd: do not build it if we use mingw-w64 8.0
It's correct in there now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4157e9bd78faf448970cbd3f730ef36a9d226c82
---
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 a8233f9b97..7a7fef916d 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_V8),true)
+PKGS_FOUND += dxvahd
+endif
.sum-dxvahd: $(TARBALLS)/dxvahd.idl
More information about the vlc-commits
mailing list