Set of scripts to build ffmpeg binary for Android
Original source was forked from FFmpegMediaPlayer.
Please take a look into original repo for more information.
- Support Linux & Mac OS build env without manually modification
- Scripting everything, even NDK download
- Update ffmpeg to 3.4 & handle build error
- My favorite, adding travis support
- ARM, ARMv7, x86, x86_64 and ARM_64 support, MIPS are on the way, but not yet
Just trigger "build-ffmpeg.sh" then relax.
Output file can be found @ "ffmpeg-android" under working directory.
Refer to Release tab .
- NDK version should be r14d. It's not working with r16d.
- For Mac OS users, please manually download Android NDK & export NDK variable to ndk path.