Skip to content

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

Notifications You must be signed in to change notification settings

AndreasMattsson/android-ffmpeg

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published