[Libav-user] HW decoding on Android

Alex Cohn alexcohn at netvision.net.il
Wed Jun 26 15:59:12 CEST 2013


On Wed, Jun 26, 2013 at 4:34 PM, Abel Alonso <abelalon at gmail.com> wrote:
> I have there some Android libraries and headers. That directory is generated
> by Android NDK  r8e after execute the following line:
>
> $NDK/build/tools/make-standalone-toolchain.sh --platform=android-9
> --install-dir=/tmp/vplayer/sysroot/
>
> Where $NDK points to the NDK's installation directory.

I don't know if --enable-memalign-hack is responsible or not, but you
will be safer if you remove all .so files from
/tmp/vplayer/sysroot/sysroot/usr/lib and only use the Android
libraries downloaded from
http://get.cm/get/jenkins/32371/cm-10.1.0-mako.zip. Or even better -
get these libraries from your device on which you intend to run your
application. BTW, you can safely remove all references to cxx-stl in
your ./configure enchantment, because ffmpeg has not C++.

BR,
Alex


More information about the Libav-user mailing list