]> git.sesse.net Git - vlc/commitdiff
Don't automatically enable the gles video outputs
authorMartin Storsjö <martin@martin.st>
Wed, 13 Mar 2013 17:21:18 +0000 (19:21 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Mar 2013 17:27:57 +0000 (19:27 +0200)
They still lack features such as window sizing and mouse events.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure.ac

index a77d6537cd97693c9079e60170231931842d9081..c5600478947f19e5749268e2a525d3e5b038f56d 100644 (file)
@@ -2900,9 +2900,9 @@ PKG_CHECK_MODULES([GL], [gl], [
 ])
 
 dnl OpenGL ES 2: depends on EGL 1.1
-PKG_ENABLE_MODULES_VLC([GLES2], [], [glesv2], [OpenGL ES v2 support], [auto])
+PKG_ENABLE_MODULES_VLC([GLES2], [], [glesv2], [OpenGL ES v2 support], [disabled])
 dnl OpenGL ES 1: depends on EGL 1.0
-PKG_ENABLE_MODULES_VLC([GLES1], [], [glesv1_cm], [OpenGL ES v1 support], [auto])
+PKG_ENABLE_MODULES_VLC([GLES1], [], [glesv1_cm], [OpenGL ES v1 support], [disabled])
 
 AC_ARG_ENABLE(egl,
   [  --enable-egl            OpenGL support through EGL (default disabled)],, [