mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
535a742c26
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
91 B
V
8 lines
91 B
V
LIBAVFILTER_MAJOR {
|
|
global:
|
|
avfilter_*;
|
|
av_*;
|
|
local:
|
|
*;
|
|
};
|