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
@ -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…
x
Reference in New Issue
Block a user