diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index d4a286fa04..102abc274c 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -40,15 +40,15 @@ #define _GNU_SOURCE #endif -#ifndef GL_NUM_EXTENSIONS -#define GL_NUM_EXTENSIONS 0x0000821d -#endif - #include #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