mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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 <QtQuick/QQuickWindow>
|
||||||
#include <QOpenGLFramebufferObject>
|
#include <QOpenGLFramebufferObject>
|
||||||
|
|
||||||
|
/* compatability definitions... */
|
||||||
|
#ifndef GL_READ_FRAMEBUFFER
|
||||||
|
#define GL_READ_FRAMEBUFFER 0x8CA8
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:
|
* SECTION:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue