mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 15:23:42 +00:00
Add symbol versioning for shared libraries
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 30315 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
d140b02581
commit
e8393e1cb8
4
libswscale/libswscale.v
Normal file
4
libswscale/libswscale.v
Normal file
@ -0,0 +1,4 @@
|
||||
LIBSWSCALE_$MAJOR {
|
||||
global: swscale_*; sws_*; ff_*;
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user