wtmmac / android-ffmpeg

Android project used to compile the FFmpeg source code with Android NDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to compile the FFmpeg for Android, you will need to download the Android NDK. After that, open the 'build.sh' script and replace the path to the NDK (variable NDK_DIR) with yours.

Before compile, you need to update the FFmpeg repository. To do that, execute:

git submodule init
git submodule update

Then execute 'sh build.sh', and after that the compiled libraries will be at 'libs/armeabi/'.

About

Android project used to compile the FFmpeg source code with Android NDK


Languages

Language:Shell 95.3%Language:Java 4.7%