[MPlayer-cvslog] r31107 - trunk/libvo/gl_common.h

reimar subversion at mplayerhq.hu
Fri Apr 30 21:03:13 CEST 2010


Author: reimar
Date: Fri Apr 30 21:03:13 2010
New Revision: 31107

Log:
Avoid duplicating the GL/gl.h include.

Modified:
   trunk/libvo/gl_common.h

Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h	Fri Apr 30 19:12:52 2010	(r31106)
+++ trunk/libvo/gl_common.h	Fri Apr 30 21:03:13 2010	(r31107)
@@ -30,18 +30,14 @@
 
 #ifdef CONFIG_GL_WIN32
 #include <windows.h>
-#include <GL/gl.h>
 #include "w32_common.h"
 #endif
 #ifdef CONFIG_GL_X11
-#include <GL/gl.h>
 #include <X11/Xlib.h>
 #include <GL/glx.h>
 #include "x11_common.h"
 #endif
-#ifdef CONFIG_GL_SDL
 #include <GL/gl.h>
-#endif
 
 // workaround for some gl.h headers
 #ifndef GLAPIENTRY


More information about the MPlayer-cvslog mailing list