Skip to content

vgl: ensure the proper module is used

Alexandre Janniaux requested to merge alexandre-janniaux/vlc:vgl-opengl/1 into master

We want to ensure that whether OpenGLES2 or OpenGL is selected is reflected into the vlc_gl_t provider object, otherwise we might confuse the object as being providing the wrong API.

Merge request reports