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:
mru 2010-01-16 04:48:55 +00:00
parent 3abd3dcf57
commit 93710d64bb
1 changed files with 4 additions and 0 deletions

4
libswscale/libswscale.v Normal file
View File

@ -0,0 +1,4 @@
LIBSWSCALE_$MAJOR {
global: swscale_*; sws_*; ff_*;
local: *;
};