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

Clearly mark GLES2 as broken

parent 2f8c2859
...@@ -45,6 +45,7 @@ static void Close (vlc_object_t *); ...@@ -45,6 +45,7 @@ static void Close (vlc_object_t *);
vlc_module_begin () vlc_module_begin ()
#if USE_OPENGL_ES == 2 #if USE_OPENGL_ES == 2
# error The OpenGL ES2 plugin is incomplete and not functional. FIXME.
# define API VLC_OPENGL_ES2 # define API VLC_OPENGL_ES2
# define MODULE_VARNAME "gles2" # define MODULE_VARNAME "gles2"
set_shortname (N_("OpenGL ES2")) set_shortname (N_("OpenGL ES2"))
......
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