From 304d9d58ddcb5e524a27b70720c47f7b3c402c81 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 27 Apr 2016 20:26:08 +0200 Subject: vo_opengl: fix build with GLES3 headers Legacy desktop GL only symbols. Broken by the previous commit. --- video/out/opengl/header_fixes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/video/out/opengl/header_fixes.h b/video/out/opengl/header_fixes.h index 885c27700f..9f9b58f8d3 100644 --- a/video/out/opengl/header_fixes.h +++ b/video/out/opengl/header_fixes.h @@ -80,6 +80,8 @@ #define GL_TEXTURE_LUMINANCE_SIZE 0x8060 #define GL_R16 0x822A #define GL_RG16 0x822C +#define GL_LUMINANCE8 0x8040 +#define GL_LUMINANCE8_ALPHA8 0x8045 #define GL_LUMINANCE16 0x8042 #define GL_LUMINANCE16_ALPHA16 0x8048 #define GL_UNSIGNED_SHORT_8_8_APPLE 0x85BA -- cgit v1.2.3