Skip to content

FFmpeg 2.0 build scripts, prebuilts and Makefiles for Android.

Notifications You must be signed in to change notification settings

nam1796/android-ffmpeg-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build scripts and Android.mk sample file to compile and use ffmpeg libraries for Android according to these instructions: http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ modified to generate both arm and x86 libraries.

FFmpeg libs are inside build/out/(x86,armeabi-v7a)/

You can rebuild these using build/build.sh script or directly include them in your Android project per defined in the *.mk files inside jni_sample folder.

Before rebuilding, modify the variable at the beginning of build.sh script to make the script use your own NDK installation and its host architecture.

About

FFmpeg 2.0 build scripts, prebuilts and Makefiles for Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.8%
  • C++ 3.0%
  • Other 0.2%