gl_common: osx: fix compilation with latest XQuartz RC

Looks the gl.h header in XQuartz is incompatible with the one in OS X 10.9.
This commit is contained in:
Stefano Pigozzi 2013-10-30 23:43:59 +01:00
parent 2c48a16e99
commit 55dca5b6a3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include "video/mp_image.h"
#if defined(CONFIG_GL_COCOA) && !defined(CONFIG_GL_X11)
#if defined(CONFIG_GL_COCOA)
#ifdef GL_VERSION_3_0
#include <OpenGL/gl3.h>
#else