Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.

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>
This commit is contained in:
Diego Elio Pettenò 2011-01-25 21:40:12 +00:00 committed by Mans Rullgard
parent b5ec638343
commit ac28ce5fac
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
LIBAVCODEC_$MAJOR {
global: *;
local:
ff_*_bsf;
ff_*_decoder;
ff_*_encoder;
ff_*_hwaccel;
ff_*_parser;
};