vo_opengl: fix build on OSX

Missing modern OpenGL symbols again.
This commit is contained in:
wm4 2014-12-23 03:12:37 +01:00
parent 8782710993
commit 4cfd641f05
1 changed files with 6 additions and 0 deletions

View File

@ -271,6 +271,12 @@
#define GL_RGB_INTEGER 0x8D98
#define GL_RGBA_INTEGER 0x8D99
#endif
#ifndef GL_DEBUG_SEVERITY_HIGH
#define GL_DEBUG_SEVERITY_HIGH 0x9146
#define GL_DEBUG_SEVERITY_MEDIUM 0x9147
#define GL_DEBUG_SEVERITY_LOW 0x9148
#define GL_DEBUG_SEVERITY_NOTIFICATION 0x826B
#endif
#undef MP_GET_GL_WORKAROUNDS