summaryrefslogtreecommitdiff
path: root/kodi/gl-headers.patch
blob: 94f029b9381c1b9e6b4dba34060b418369c3b902 (plain)
    1 diff --git a/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.h b/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.h
    2 index b24f1ca77d..11011187c1 100644
    3 --- a/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.h
    4 +++ b/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.h
    5 @@ -12,11 +12,10 @@
    6  
    7  #if defined(HAS_GL)
    8  #include <GL/gl.h>
    9 -#elif defined(HAS_GLES)
   10 +#endif
   11  #include <GLES2/gl2.h>
   12  #include <GLES2/gl2ext.h>
   13  #include <GLES3/gl3.h>
   14 -#endif
   15  
   16  #include <EGL/egl.h>
   17  #include <EGL/eglext.h>

Generated by cgit