mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl: define GL_NUM_EXTENSIONS if not defined
This commit is contained in:
parent
6b3fe44185
commit
e8bbcb366e
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#ifndef GL_NUM_EXTENSIONS
|
||||
#define GL_NUM_EXTENSIONS 0x0000821d
|
||||
#endif
|
||||
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "gl.h"
|
||||
|
|
Loading…
Reference in a new issue