mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
qmlgl: Fix conflicting declaration of type GLsync for non-android
https://bugzilla.gnome.org/show_bug.cgi?id=796821
This commit is contained in:
parent
ceac1b51b1
commit
b03df1abf8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
#include <QtGui/qtgui-config.h>
|
#include <QtGui/qtgui-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID
|
#if defined(QT_OPENGL_ES_2)
|
||||||
#define GLsync gst_qt_GLsync
|
#define GLsync gst_qt_GLsync
|
||||||
#include <QOpenGLContext>
|
#include <QOpenGLContext>
|
||||||
#include <QOpenGLFunctions>
|
#include <QOpenGLFunctions>
|
||||||
|
|
Loading…
Reference in a new issue