FFMPEG build scripts for Android. Tested on OS X 10.9.4.
For more information about FFmpeg, see https://www.ffmpeg.org/download.html#get-sources.
-
Install autotools.
-
Clone the repo.
-
Define where you want NDK installed. DONT use any symbolic links in
$DIR_NDK
.$ cd yelp-ffmpeg4android $ export DIR_NDK=$(pwd)/ndk
This will download the sources and generate the toolchain.
$ ./build_ffmpeg.sh --init
This will checkout certain library branches and build everything.
$ ./build_ffmpeg_x86.sh --reset
$ ./build_ffmpeg_arm.sh --reset
This will perform a clean build assuming you have the sources and the toolchain.
$ ./build_ffmpeg_x86.sh
$ ./build_ffmpeg_arm.sh
Check $DIR_NDK/bin
for executables.