Commit e0f2b349 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout: allow EGL for OpenGL-based visualizations

parent cbcbd32c
...@@ -130,7 +130,7 @@ vlc_gl_t *vlc_gl_surface_Create(vlc_object_t *obj, ...@@ -130,7 +130,7 @@ vlc_gl_t *vlc_gl_surface_Create(vlc_object_t *obj,
*wp = surface; *wp = surface;
/* TODO: support ES? */ /* TODO: support ES? */
vlc_gl_t *gl = vlc_gl_Create(surface, VLC_OPENGL, "glx"); vlc_gl_t *gl = vlc_gl_Create(surface, VLC_OPENGL, NULL);
if (gl == NULL) { if (gl == NULL) {
vout_window_Delete(surface); vout_window_Delete(surface);
return NULL; return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment