mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-02 14:20:06 +00:00
qt: the defines for QT_OPENGL_ES_2 have moved
Update the includes to account for that
This commit is contained in:
parent
d9b55f6575
commit
14087c6c8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue