From 3023837fb9c99e75717891560c2bdb0a6582a30b Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 18 Apr 2020 14:32:33 +0200 Subject: egl_helpers: add typedef for EGLAttrib (#7314) part of EGL 1.5 which is not present ie on Raspberry Pi --- video/out/opengl/egl_helpers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/out/opengl/egl_helpers.c b/video/out/opengl/egl_helpers.c index 94a0e66eca..96d7ccbae6 100644 --- a/video/out/opengl/egl_helpers.c +++ b/video/out/opengl/egl_helpers.c @@ -42,6 +42,7 @@ #define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT 0x00000001 #define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE 0x31B1 #define EGL_OPENGL_ES3_BIT 0x00000040 +typedef intptr_t EGLAttrib; #endif struct mp_egl_config_attr { -- cgit v1.2.3