Custom codec

Building Custom FFmpeg library for MX Player:

Prerequisites:

Build Instructions:

Shipping custom codec.

Since 1.7.29, custom codec file naming convention is changed to the following format:

libffmpeg.mx.so.<cpu-architecture-code>.<version-number>

CPU architecture code is one of the followings:

Additional Notes:

* This build instruction is applicable after version 1.13.0

* From version 1.7.6, file names are changed to libavutil.mx.so, libavformat.mx.so.. so forth to resolve conflict with system library files.

* From version 1.7.16, it generates single file; libffmpeg.mx.so.

* neon64 and x86_64 are supported since version 1.13.0