ffmpeg/libswscale/libswscale.v
Diego Biurrun 535a742c26 build: Change structure of the linker version script templates
Split version files into one line per symbol/directive to allow compatibility
with the Solaris linker without preprocessing and eliminate $ from version file
templates to simplify the postprocessing shell command.
2016-05-29 16:43:11 +02:00

8 lines
90 B
V

LIBSWSCALE_MAJOR {
global:
swscale_*;
sws_*;
local:
*;
};