mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gl: move GL_NUM_EXTENSIONS definition after gl.h
https://bugzilla.gnome.org/show_bug.cgi?id=752743
This commit is contained in:
parent
fb6457e90a
commit
90a1ff1383
1 changed files with 4 additions and 4 deletions
|
@ -40,15 +40,15 @@
|
|||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#ifndef GL_NUM_EXTENSIONS
|
||||
#define GL_NUM_EXTENSIONS 0x0000821d
|
||||
#endif
|
||||
|
||||
#include <gmodule.h>
|
||||
|
||||
#include "gl.h"
|
||||
#include "gstglcontext.h"
|
||||
|
||||
#ifndef GL_NUM_EXTENSIONS
|
||||
#define GL_NUM_EXTENSIONS 0x0000821d
|
||||
#endif
|
||||
|
||||
#if GST_GL_HAVE_PLATFORM_GLX
|
||||
#include "x11/gstglcontext_glx.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue