From 78a57135f9aa8fd7d93a9a6226d73361947e0835 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 30 Oct 2013 23:43:59 +0100 Subject: 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. --- video/out/gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/gl_common.h b/video/out/gl_common.h index beb18fb10d..ecff698ac8 100644 --- a/video/out/gl_common.h +++ b/video/out/gl_common.h @@ -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 #else -- cgit v1.2.3