Commit 4e98f03a authored by Martin Storsjö's avatar Martin Storsjö

Don't automatically enable the gles video outputs

They still lack features such as window sizing and mouse events.
Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 02627d0f
...@@ -2900,9 +2900,9 @@ PKG_CHECK_MODULES([GL], [gl], [ ...@@ -2900,9 +2900,9 @@ PKG_CHECK_MODULES([GL], [gl], [
]) ])
dnl OpenGL ES 2: depends on EGL 1.1 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 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, AC_ARG_ENABLE(egl,
[ --enable-egl OpenGL support through EGL (default disabled)],, [ [ --enable-egl OpenGL support through EGL (default disabled)],, [
......
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