ffmpeg for android shared library 移植ffmpeg到android,编译可用于jni调用的so库. 本项目使用的是ffmpeg 2.6.2版本 环境 ubuntu 12.04LTS x86_64</br> android-ndk64-r10-linux-x86_64 获取代码 git clone git@github.com:dxjia/ffmpeg-for-android-shared-library.git #编译 cd source/ffmpeg</br> ./build_andrioid.sh Reference & Thanks android-ffmpeg-tutorial