1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02: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:
Måns Rullgård
2010-01-16 04:48:55 +00:00
parent d140b02581
commit e8393e1cb8

4
libswscale/libswscale.v Normal file
View File

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