1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-14 00:11:38 +02:00
ffmpeg/libswscale/libswscale.v
Måns Rullgård e8393e1cb8 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
2010-01-16 04:48:55 +00:00

5 lines
81 B
Verilog

LIBSWSCALE_$MAJOR {
global: swscale_*; sws_*; ff_*;
local: *;
};