comparison libvo/gl_common.h @ 31028:747ac0043bd5

Missing gl.h include for SDL backend.
author reimar
date Sat, 24 Apr 2010 22:35:39 +0000
parents 529614f44431
children 4fdb46b8c2c9
comparison
equal deleted inserted replaced
31027:bbe66cf05445 31028:747ac0043bd5
36 #ifdef CONFIG_GL_X11 36 #ifdef CONFIG_GL_X11
37 #include <GL/gl.h> 37 #include <GL/gl.h>
38 #include <X11/Xlib.h> 38 #include <X11/Xlib.h>
39 #include <GL/glx.h> 39 #include <GL/glx.h>
40 #include "x11_common.h" 40 #include "x11_common.h"
41 #endif
42 #ifdef CONFIG_GL_SDL
43 #include <GL/gl.h>
41 #endif 44 #endif
42 45
43 // workaround for some gl.h headers 46 // workaround for some gl.h headers
44 #ifndef GLAPIENTRY 47 #ifndef GLAPIENTRY
45 #ifdef APIENTRY 48 #ifdef APIENTRY