ffmpeg library compiled with x264 for android
- armv7
- Edit android_build.sh and set ANDROID_NDK_ROOT_PATH according to your NDK root path
- Run following commands to compile ffmpeg
- git submodule init
- git submodule update
- ./android_build.sh
- Find the executable binary in build directory.
For more information you can check the blog post - http://vinsol.com/blog/2014/07/30/cross-compiling-ffmpeg-with-x264-for-android/