[vlc-devel] [PATCH 08/19] modules: add android_window vout

Thomas Guillem thomas at gllm.fr
Fri Nov 14 19:35:18 CET 2014



On Fri, Nov 14, 2014, at 18:46, Rémi Denis-Courmont wrote:
> Le vendredi 14 novembre 2014, 17:09:59 Thomas Guillem a écrit :
> > diff --git a/configure.ac b/configure.ac
> > index bb2c843..3ea7a93 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -3364,7 +3364,7 @@ AC_ARG_ENABLE(android-surface,
> >    [  --enable-android-surface   Android Surface video output module
> > (default disabled)]) if test "${enable_android_surface}" = "yes"; then
> >       VLC_ADD_PLUGIN([android_surface])
> > -     VLC_ADD_PLUGIN([android_opaque])
> > +     VLC_ADD_PLUGIN([android_window])
> >  fi
> > 
> >  dnl
> > diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST
> > index 2cd3f61..7c8aff7 100644
> > --- a/modules/MODULES_LIST
> > +++ b/modules/MODULES_LIST
> > @@ -33,7 +33,7 @@ $Id$
> >   * anaglyph: anaglyph 3d video filter
> >   * android_audiotrack: audio output for Android, based on AudioTrack
> >   * android_native_window: Android native window provider module
> > - * android_opaque: Android direct GPU rendering video output
> > + * android_vout: Android direct/undirect rendering video output
> 
> Copy-paste error??

Yes. android_vout was the first name of the module.
> 
> >   * android_surface: video output for Android, based on Surface
> >   * antiflicker: anti-flicker video filter
> >   * araw: Pseudo audio decoder for raw PCM
> 
> -- 
> Rémi Denis-Courmont
> http://www.remlab.net/
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list