0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

gl_header_fixes: add GL_RGBA32F

Should fix compilation on OSX 10.8.3 and maybe other platforms.
This commit is contained in:
wm4 2013-03-28 22:55:56 +01:00
parent 2585baa649
commit 6232fa26b3

View File

@ -216,6 +216,9 @@
#ifndef GL_PROGRAM_ERROR_STRING
#define GL_PROGRAM_ERROR_STRING 0x8874
#endif
#ifndef GL_RGBA32F
#define GL_RGBA32F 0x8814
#endif
/** \} */ // end of glextdefines group