I am using ffmpeg 3.2 static libs (compiled for ios) In the same project i have used mobilevlckit, which is using ffmpeg 2.0.2 static libs, compiled for ios but with different configuration. Both of them work well im separate projects. But putting them together causes crashes as name of the static libraries are same and they import each other and pickup the wrong versions. Does anyone know how to fix it?
Thanks!