[vlc-devel] [PATCH 2/2] Android: disable speex

Rafaël Carré funman at videolan.org
Thu Feb 2 17:41:02 CET 2012


Le 2012-02-02 10:40, Edward Wang a écrit :
> Performance issues on Android, causes slowness

It works fine for me with the NEON, full sinc, and ARMv5 assembly patches.

I have a few questions:

- why is speex codec disabled by your patch? we use speex for decoding
speex, encoding speex (doesn't matter for android atm), and resampling.

- which resampler is used if we disable speex?

> ---
>  extras/package/android/configure.sh |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/extras/package/android/configure.sh b/extras/package/android/configure.sh
> index fe687d7..41737ec 100755
> --- a/extras/package/android/configure.sh
> +++ b/extras/package/android/configure.sh
> @@ -80,6 +80,7 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
>                  --disable-alsa \
>                  --disable-portaudio \
>                  --disable-samplerate \
> +                --disable-speex \
>                  --disable-sdl \
>                  --disable-xcb \
>                  --disable-atmo \




More information about the vlc-devel mailing list