changeset 35811:2ce01f3d3b37

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
author reimar
date Sun, 27 Jan 2013 15:33:31 +0000
parents 9c45fa7185bf
children 13e8ce81a20a
files libvo/gl_common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.h	Sun Jan 27 15:24:56 2013 +0000
+++ b/libvo/gl_common.h	Sun Jan 27 15:33:31 2013 +0000
@@ -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