[vlc-commits] Clearly mark GLES2 as broken
Rémi Denis-Courmont
git at videolan.org
Wed Jul 20 20:24:14 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jul 20 21:24:04 2011 +0300| [63d8273687befd4c2556f424045cac8cc76a84e6] | committer: Rémi Denis-Courmont
Clearly mark GLES2 as broken
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63d8273687befd4c2556f424045cac8cc76a84e6
---
modules/video_output/gl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/gl.c b/modules/video_output/gl.c
index 70d85b0..99af464 100644
--- a/modules/video_output/gl.c
+++ b/modules/video_output/gl.c
@@ -45,6 +45,7 @@ static void Close (vlc_object_t *);
vlc_module_begin ()
#if USE_OPENGL_ES == 2
+# error The OpenGL ES2 plugin is incomplete and not functional. FIXME.
# define API VLC_OPENGL_ES2
# define MODULE_VARNAME "gles2"
set_shortname (N_("OpenGL ES2"))
More information about the vlc-commits
mailing list