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

reimar subversion at mplayerhq.hu
Sun Apr 25 00:35:40 CEST 2010


Author: reimar
Date: Sun Apr 25 00:35:39 2010
New Revision: 31070

Log:
Missing gl.h include for SDL backend.

Modified:
   trunk/libvo/gl_common.h

Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h	Sun Apr 25 00:34:38 2010	(r31069)
+++ trunk/libvo/gl_common.h	Sun Apr 25 00:35:39 2010	(r31070)
@@ -39,6 +39,9 @@
 #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