vlc | branch: master | Martin Storsjö <[email protected]> | 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
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to