Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

mconf/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