mirror of https://github.com/mpv-player/mpv
Add symbol versioning for shared libraries
Based on patch by Reinhard Tartler <siretart tauware de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30315 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3abd3dcf57
commit
93710d64bb
|
@ -0,0 +1,4 @@
|
|||
LIBSWSCALE_$MAJOR {
|
||||
global: swscale_*; sws_*; ff_*;
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue