summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 22:55:56 +0100
committerwm4 <wm4@nowhere>2013-03-28 22:55:56 +0100
commit6232fa26b3fc3042ecbb8436ec636368fb606141 (patch)
tree811a9de4e3a4b983392d8ed545d673c66779ad10 /video
parent2585baa649afdda14069aa1d20d32706bb97b8f9 (diff)
downloadmpv-6232fa26b3fc3042ecbb8436ec636368fb606141.tar.bz2
mpv-6232fa26b3fc3042ecbb8436ec636368fb606141.tar.xz
gl_header_fixes: add GL_RGBA32F
Should fix compilation on OSX 10.8.3 and maybe other platforms.
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_header_fixes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/gl_header_fixes.h b/video/out/gl_header_fixes.h
index 7f859defbf..da40e7a485 100644
--- a/video/out/gl_header_fixes.h
+++ b/video/out/gl_header_fixes.h
@@ -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