forked from FFmpeg/FFmpeg
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
1 changed files with 4 additions and 0 deletions
4
libswscale/libswscale.v
Normal file
4
libswscale/libswscale.v
Normal file
|
@ -0,0 +1,4 @@
|
|||
LIBSWSCALE_$MAJOR {
|
||||
global: swscale_*; sws_*; ff_*;
|
||||
local: *;
|
||||
};
|
Loading…
Add table
Reference in a new issue