[MPlayer-cvslog] r36903 - trunk/libvo/vo_corevideo.m

reimar subversion at mplayerhq.hu
Sun Feb 23 14:06:57 CET 2014


Author: reimar
Date: Sun Feb 23 14:06:57 2014
New Revision: 36903

Log:
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].

Modified:
   trunk/libvo/vo_corevideo.m

Modified: trunk/libvo/vo_corevideo.m
==============================================================================
--- trunk/libvo/vo_corevideo.m	Sun Feb 23 13:25:28 2014	(r36902)
+++ trunk/libvo/vo_corevideo.m	Sun Feb 23 14:06:57 2014	(r36903)
@@ -25,6 +25,7 @@
 #include <sys/mman.h>
 #include <unistd.h>
 #include <CoreServices/CoreServices.h>
+#include <OpenGL/gl.h>
 //special workaround for Apple bug #6267445
 //(OSServices Power API disabled in OSServices.h for 64bit systems)
 #ifndef __POWER__


More information about the MPlayer-cvslog mailing list