summaryrefslogtreecommitdiffstats
path: root/libvo/gl_header_fixes.h
Commit message (Collapse)AuthorAgeFilesLines
* gl_common: hack to support compilation on FreeBSDwm42012-10-201-0/+12
| | | | | | It seems FreeBSD 10.0-CURRENT as of this time doesn't include the GLX extension and header file definitions for creating OpenGL 3.x core contexts. Dump some more hacks into gl_header_fixes.h.
* gl_common: allow compilation on Mac OS 10.6Stefano Pigozzi2012-10-071-0/+14
| | | | | Define just enough constants to allow compilation on OS X Snow Leopard. mpv's OpenGL autodetection features should make the rest.
* gl_common: move header hacks into gl_header_fixes.hwm42012-03-311-0/+231
Keep this horrible (but unfortunately necessary) kludge out of the main code.