vo_gl: add native mac osx Cocoa backend for vo_gl
commit421c840b3c061de89b426244fe75237a73f765de
authorStefano Pigozzi <stefano.pigozzi@gmail.com>
Sat, 15 Oct 2011 16:44:00 +0000 (15 18:44 +0200)
committerUoti Urpala <uau@mplayer2.org>
Sat, 26 Nov 2011 18:04:16 +0000 (26 20:04 +0200)
tree78306817be89c68a6f380078c5d278255e24f99b
parent4a8ee6d9a4266589b25a817eb9fbc71a11704bc8
vo_gl: add native mac osx Cocoa backend for vo_gl

Add native Cocoa code to display an OpenGL window. Some of the code is
based on the OpenGL parts of vo_corevideo but I took the time to remove
old code based on Carbon.

There is autodetection in the configure script but you can use
--enable[disable]-cocoa to enable[disable] this.
Makefile
configure
libvo/cocoa_common.h [new file with mode: 0644]
libvo/cocoa_common.m [new file with mode: 0644]
libvo/gl_common.c
libvo/gl_common.h