summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/videonode/egl/qsgvideonode_egl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/videonode/egl/qsgvideonode_egl.h b/src/plugins/videonode/egl/qsgvideonode_egl.h
index 23294a123..a24b678d8 100644
--- a/src/plugins/videonode/egl/qsgvideonode_egl.h
+++ b/src/plugins/videonode/egl/qsgvideonode_egl.h
@@ -50,6 +50,10 @@
#include <EGL/egl.h>
#include <EGL/eglext.h>
+#ifdef Bool
+# undef Bool
+#endif
+
QT_BEGIN_NAMESPACE
class QSGVideoMaterial_EGL : public QSGMaterial