mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
qt: ensure GL_DRAW_FRAMEBUFFER
This commit is contained in:
parent
96a2092b45
commit
0e47176b40
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
#ifndef GL_READ_FRAMEBUFFER
|
||||
#define GL_READ_FRAMEBUFFER 0x8CA8
|
||||
#endif
|
||||
#ifndef GL_DRAW_FRAMEBUFFER
|
||||
#define GL_DRAW_FRAMEBUFFER 0x8CA9
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:
|
||||
|
|
Loading…
Reference in a new issue