vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Jul 1 15:12:02 2012 +0300| [e4fa5567cd90e9c02cc73ed3160fe9b16df32d9a] | committer: Rémi Denis-Courmont
Do not include specific GL provider in generic OpenGL code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4fa5567cd90e9c02cc73ed3160fe9b16df32d9a --- modules/video_output/opengl.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/video_output/opengl.h b/modules/video_output/opengl.h index 2dc3c6f..b87c6bb 100644 --- a/modules/video_output/opengl.h +++ b/modules/video_output/opengl.h @@ -53,11 +53,6 @@ # elif USE_OPENGL_ES == 1 # include <GLES/gl.h> # else -# ifdef WIN32 -# include <GL/glew.h> -# else -# include <GL/glx.h> -# endif # include <GL/gl.h> # endif #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
