qt: add support for building/running on android
[platform/upstream/gst-plugins-good.git] / ext / qt / gstqsgtexture.h
index bf8f03f..7b7d1fe 100644 (file)
 #define __GST_QSG_TEXTURE_H__
 
 #include <gst/gst.h>
-#include <QSGTexture>
-#include <QOpenGLFunctions>
 #include <gst/video/video.h>
 #include <gst/gl/gl.h>
 
+#include "gstqtgl.h"
+#include <QSGTexture>
+#include <QOpenGLFunctions>
+
 class GstQSGTexture : public QSGTexture, protected QOpenGLFunctions
 {
     Q_OBJECT