From 20d51d876f1c5d91abdc2cfb5eb3582a0d427ea3 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 31 Aug 2017 14:40:44 +1000 Subject: [PATCH] qt: the defines for QT_OPENGL_ES_2 have moved Update the includes to account for that --- ext/qt/gstqtgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/qt/gstqtgl.h b/ext/qt/gstqtgl.h index 673ef22..2c8df24 100644 --- a/ext/qt/gstqtgl.h +++ b/ext/qt/gstqtgl.h @@ -24,7 +24,7 @@ * warnings/errors */ #include -#include +#include #if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID #define GLsync gst_qt_GLsync -- 2.7.4