It was built to ffmpeg 2.0
since integrate with android-ndk-r9b
Download the prebuilt *.so.
set up *.so file
:
1 - Add folder jni/libs/*.so
2 - Use "Right-click mouse" -> Android Tools -> Add native support -> Set name of file *.cpp
3 - Two files : *.cpp and Android.mk appeared.
4 - Use Cygwin to build & compile *.so into the project.
How to load another .so file in your android project?.
@Sanket Excute command need know this first before transfer parameters to the C++ method :
Calling C++ method in C++ file from Java file