qt: the defines for QT_OPENGL_ES_2 have moved
authorMatthew Waters <matthew@centricular.com>
Thu, 31 Aug 2017 04:40:44 +0000 (14:40 +1000)
committerMatthew Waters <matthew@centricular.com>
Thu, 31 Aug 2017 04:40:44 +0000 (14:40 +1000)
Update the includes to account for that

ext/qt/gstqtgl.h

index 673ef22..2c8df24 100644 (file)
@@ -24,7 +24,7 @@
  * warnings/errors */
 
 #include <gst/gl/gstglconfig.h>
-#include <QtCore/qglobal.h>
+#include <QtGui/qtgui-config.h>
 
 #if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID
 #define GLsync gst_qt_GLsync