mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-09 05:38:26 +00:00
![Diego Biurrun](/assets/img/avatar_default.png)
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.
8 lines
90 B
V
8 lines
90 B
V
LIBSWSCALE_MAJOR {
|
|
global:
|
|
swscale_*;
|
|
sws_*;
|
|
local:
|
|
*;
|
|
};
|