https://github.com/yixia/FFmpeg-Android
环境篇
1、下载FFmpeg-Android
2、安装git
3、安装Android ndk
4、安装ccache(这个不装会哭的,我编译了半小时,突然说ccache command not found,吐血)
命令篇
5、$ export ANDROID_NDK=/path/to/your/android-ndk
6、$ ./FFmpeg-Android.sh
ccache
安装参考:http://www.47ak.com/archives/tag/ccache-command-not-found
下载地址:http://ccache.samba.org/
tar -xvf ccache-3.1.9.tar.bz2