If you wish to build FFmpeg library used in Wuffy Player on your own you will need to:
- Set up a build environment (Windows with Cygwin and Androidâ„¢ NDK) or Linux with Androidâ„¢ NDK.
- Read the Programmer’s guide in <NDK FOLDER>/docs about configuring a standalone toolchain. The build system is designed to work with it.
- Unpack FFmpeg source and edit “build-android.sh” script. Set the path of NDK toolchain and FFmpeg options.
- Run ./build-android.sh [parameter] where [parameter] is one of the following: arm7_neon, arm7, arm6_vfp, arm6, arm5, x86_generic, x86_atom, mips
If everything pass fine you can find the corresponding version of libffmpeg.so in the lib folder.
To use your newly built libffmpeg.so you need to download Wuffy Player .apk, open it, replace the library, compress and re-sign it again.
FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.
Android is a trademark of Google Inc.