mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qt: Fix failing build on RPI
https://bugzilla.gnome.org/show_bug.cgi?id=773026
This commit is contained in:
parent
429135face
commit
950a7945e4
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@
|
|||
#include <QtQuick/QQuickWindow>
|
||||
#include <QOpenGLFramebufferObject>
|
||||
|
||||
/* compatability definitions... */
|
||||
#ifndef GL_READ_FRAMEBUFFER
|
||||
#define GL_READ_FRAMEBUFFER 0x8CA8
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue