mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
gl: allow to include GLES/gl.h
https://bugzilla.gnome.org/show_bug.cgi?id=703343
This commit is contained in:
parent
2843ca2066
commit
d539fd4a54
1 changed files with 4 additions and 0 deletions
|
@ -54,8 +54,12 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GL_COLOR_ATTACHMENT1 0
|
#define GL_COLOR_ATTACHMENT1 0
|
||||||
#define GL_COLOR_ATTACHMENT2 0
|
#define GL_COLOR_ATTACHMENT2 0
|
||||||
|
#ifndef GL_TEXTURE_ENV
|
||||||
#define GL_TEXTURE_ENV 0
|
#define GL_TEXTURE_ENV 0
|
||||||
|
#endif
|
||||||
|
#ifndef GL_TEXTURE_ENV_MODE
|
||||||
#define GL_TEXTURE_ENV_MODE 0
|
#define GL_TEXTURE_ENV_MODE 0
|
||||||
|
#endif
|
||||||
#define GL_DEPTH24_STENCIL8 0
|
#define GL_DEPTH24_STENCIL8 0
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue