mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 13:00:33 +00:00
06c8f31e84
This significantly reduces the size of the symbol table in the generated ELF
shared object (as well as the other linked tables).
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit ac28ce5fac
)
10 lines
202 B
Verilog
10 lines
202 B
Verilog
LIBAVCODEC_$MAJOR {
|
|
global: *;
|
|
local:
|
|
ff_*_bsf;
|
|
ff_*_decoder;
|
|
ff_*_encoder;
|
|
ff_*_hwaccel;
|
|
ff_*_parser;
|
|
};
|