[vlc-devel] [PATCH 2/4] opengl: Make the ES1/ES2 video outputs compileable

Martin Storsjö martin at martin.st
Wed Mar 13 18:14:23 CET 2013


On Wed, 13 Mar 2013, Rémi Denis-Courmont wrote:

> On Tue, 12 Mar 2013 20:02:07 +0200, Martin Storsjö <martin at martin.st>
> wrote:
>> -dnl OpenGL ES 2: depends on EGL 1.1 and is currently unfinished
>> -dnl PKG_ENABLE_MODULES_VLC([GLES2], [], [glesv2], [OpenGL ES v2
> support],
>> [auto])
>> -dnl OpenGL ES 1: depends on EGL 1.0 and is currently broken
>> -dnl PKG_ENABLE_MODULES_VLC([GLES1], [], [glesv1_cm], [OpenGL ES v1
>> support], [auto])
>> +dnl OpenGL ES 2: depends on EGL 1.1
>> +PKG_ENABLE_MODULES_VLC([GLES2], [], [glesv2], [OpenGL ES v2 support],
>> [auto])
>> +dnl OpenGL ES 1: depends on EGL 1.0
>> +PKG_ENABLE_MODULES_VLC([GLES1], [], [glesv1_cm], [OpenGL ES v1
> support],
>> [auto])
>
> Should be disabled by default until they work properly.

Right, I can change that even even though I already pushed the rest of it.

// Martin


More information about the vlc-devel mailing list