mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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>
|
||||
#endif
|
||||
|
||||
#if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID
|
||||
#if defined(QT_OPENGL_ES_2)
|
||||
#define GLsync gst_qt_GLsync
|
||||
#include <QOpenGLContext>
|
||||
#include <QOpenGLFunctions>
|
||||
|
|
Loading…
Reference in a new issue