1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

vo_opengl: fix build with GLES3 headers

Legacy desktop GL only symbols. Broken by the previous commit.
This commit is contained in:
wm4 2016-04-27 20:26:08 +02:00
parent 9d16837c99
commit 304d9d58dd

View File

@ -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