1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-21 11:44:12 +02:00
ffmpeg/libpostproc/libpostproc.v
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries
Based on patch by Reinhard Tartler <siretart tauware de>

Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 04:49:02 +00:00

5 lines
76 B
Verilog

LIBPOSTPROC_$MAJOR {
global: postproc_*; pp_*;
local: *;
};