[vlc-devel] [vlc-commits] Configure for android: disable more modules for smaller size
Rafaël Carré
funman at videolan.org
Sat Jan 28 03:44:27 CET 2012
Hello,
Le 12-01-27 18:05, Jean-Baptiste Kempf a écrit :
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 27 23:57:59 2012 +0100| [c34cf2f36749661c97039f47a86e092f3679d35f] | committer: Jean-Baptiste Kempf
>
> Configure for android: disable more modules for smaller size
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c34cf2f36749661c97039f47a86e092f3679d35f
> ---
>
> extras/package/android/configure.sh | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/extras/package/android/configure.sh b/extras/package/android/configure.sh
> index cc95e9d..3370aad 100755
> --- a/extras/package/android/configure.sh
> +++ b/extras/package/android/configure.sh
> @@ -67,6 +67,8 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
> --disable-dv \
> --disable-mod \
> --disable-sid \
> + --disable-gme \
Weird that it is so big.. OK
> + --enable-tremor --disable-vorbis \
Good catch
> --disable-x264 \
> --disable-mad \
> --disable-schroedinger --disable-dirac \
> @@ -77,6 +79,7 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
> --disable-pulse \
> --disable-alsa \
> --disable-portaudio \
> + --disable-samplerate \
Are you sure?
speex resampler is really slow, at least without NEON, did you compare
performance to that one ?
> --disable-sdl \
> --disable-xcb \
> --disable-atmo \
More information about the vlc-devel
mailing list