[vlc-devel] [PATCH] vout: add an OpenGL ES 2.0 vout display module for Android.

Felix Abecassis felix.abecassis at gmail.com
Tue Jan 7 16:33:25 CET 2014


2014/1/7 Felix Abecassis <felix.abecassis at gmail.com>:
> This module should be preferred over the generic module provided in
> gl.c since this one handles the events received from the Java code.
> ---
>  modules/video_output/Modules.am     |   8 +-
>  modules/video_output/android/gles.c | 255 ++++++++++++++++++++++++++++++++++++
>  2 files changed, 261 insertions(+), 2 deletions(-)
>  create mode 100644 modules/video_output/android/gles.c
>
> diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
> index 89304f9..5461f8b 100644
> --- a/modules/video_output/Modules.am
> +++ b/modules/video_output/Modules.am
> @@ -43,7 +43,6 @@ if HAVE_GL
>  vout_LTLIBRARIES += libgl_plugin.la
>  endif
>
> -
Oops, I forgot to recreate my patch, please disregard this useless
line deletion.

-- 
Félix Abecassis
http://felix.abecassis.me



More information about the vlc-devel mailing list