[MPlayer-cvslog] r35905 - trunk/libvo/gl_common.h
reimar
subversion at mplayerhq.hu
Sun Jan 27 16:33:31 CET 2013
Author: reimar
Date: Sun Jan 27 16:33:31 2013
New Revision: 35905
Log:
Switch from OpenGL.h to gl.h
The former seems to miss some needed defines
from OSX 10.8 on, and gl.h seems to work
without issues at the very least down to 10.5
Modified:
trunk/libvo/gl_common.h
Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h Sun Jan 27 16:24:56 2013 (r35904)
+++ trunk/libvo/gl_common.h Sun Jan 27 16:33:31 2013 (r35905)
@@ -46,7 +46,7 @@
#endif
#ifdef CONFIG_GL_OSX
#include "osx_common.h"
-#include <OpenGL/OpenGL.h>
+#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
More information about the MPlayer-cvslog
mailing list