# HG changeset patch # User reimar # Date 1393160817 0 # Node ID 072f64f1eec381c8d961600e1435e30b062b1955 # Parent c602dc916e071075e5ffb877ba89572a42d380f0 corevideo: include OpenGL/gl.h, this is required from 10.9 Including gl_common would be nicer, but would make vo_corevideo depend on vo_gl, which seems a bit overkill. Patch by Jiang Jiang [gzjjgod gmail]. diff -r c602dc916e07 -r 072f64f1eec3 libvo/vo_corevideo.m --- a/libvo/vo_corevideo.m Sun Feb 23 12:25:28 2014 +0000 +++ b/libvo/vo_corevideo.m Sun Feb 23 13:06:57 2014 +0000 @@ -25,6 +25,7 @@ #include #include #include +#include //special workaround for Apple bug #6267445 //(OSServices Power API disabled in OSServices.h for 64bit systems) #ifndef __POWER__