When I compile the FFmpeg libraries for Android, I get .so files that reference the others with their specific version. For example, libswscale.so contains a reference to libavutil.so.52. How can I change this to reference "libavutil.so" without the suffix? Regards, Andreas