[vlc-commits] Don't automatically enable the gles video outputs
Martin Storsjö
git at videolan.org
Wed Mar 13 18:28:05 CET 2013
vlc | branch: master | Martin Storsjö <martin at martin.st> | Wed Mar 13 19:21:18 2013 +0200| [4e98f03abe1577e9d02703016e19f25712445132] | committer: Martin Storsjö
Don't automatically enable the gles video outputs
They still lack features such as window sizing and mouse events.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e98f03abe1577e9d02703016e19f25712445132
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index a77d653..c560047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)],, [
More information about the vlc-commits
mailing list