File 0001-Fix-build-with-Qt-5.14.patch of Package QtAV
From 6d57ad92415805ba29fddfb4fe5b010b968cd73c Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christophe@krop.fr>
Date: Thu, 5 Dec 2019 14:36:36 +0100
Subject: [PATCH] Fix build with Qt 5.14.
---
qml/SGVideoNode.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/qml/SGVideoNode.cpp b/qml/SGVideoNode.cpp
index b12089d..3f2a07d 100644
--- a/qml/SGVideoNode.cpp
+++ b/qml/SGVideoNode.cpp
@@ -25,6 +25,7 @@
#include "QtAV/VideoFrame.h"
#include <QtCore/QScopedPointer>
#include <QtGui/QOpenGLFunctions>
+#include <QtQuick/QSGMaterial>
#include <QtQuick/QSGMaterialShader>
// all in QSGRenderThread
--
2.24.0