[vlc-commits] contrib: qtdeclarative: Explicitly disable the d3d12 plugin

Martin Storsjö git at videolan.org
Tue Sep 22 11:24:06 CEST 2020


vlc | branch: master | Martin Storsjö <martin at martin.st> | Tue Sep 22 12:21:44 2020 +0300| [2bcab692c19c7540f171c86c1f1a09eff51e157f] | committer: Martin Storsjö

contrib: qtdeclarative: Explicitly disable the d3d12 plugin

With older versions of mingw-w64, the d3d12 configure test
fails and the plugin is disabled automatically, but with the
very latest versions, it is enabled.

Building this plugin requires fixes for running fxc.exe when
cross compiling, similar to what's done for the main qtbase build.

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

 contrib/src/qtdeclarative/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/qtdeclarative/rules.mak b/contrib/src/qtdeclarative/rules.mak
index 6708b605b5..43e85e1b1c 100644
--- a/contrib/src/qtdeclarative/rules.mak
+++ b/contrib/src/qtdeclarative/rules.mak
@@ -24,6 +24,7 @@ qtdeclarative: qtdeclarative-everywhere-src-$(QTDECLARATIVE_VERSION).tar.xz .sum
 	$(MOVE)
 
 QT_DECLARATIVE_CONFIG := \
+     -no-feature-d3d12 \
      -no-feature-qml-debug \
      -no-feature-quick-designer
 



More information about the vlc-commits mailing list