[FFmpeg-user] Link against non-specific .so

Reindl Harald h.reindl at thelounge.net
Thu Jan 24 18:43:42 CET 2013



Am 24.01.2013 18:09, schrieb Andreas Sommer:
> 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?

why would you want this?

if the .so number is higher there was a ABI change
so anything linking dynamically would be broken and has to be recompiled

without the number all you get is randomly crahsing other
applications instead a clear error

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20130124/2fc9aac7/attachment.asc>


More information about the ffmpeg-user mailing list