Skip to content

Commit

Permalink
Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit ac28ce5)
  • Loading branch information
Flameeyes authored and michaelni committed Jan 30, 2011
1 parent 76c802e commit 06c8f31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libavcodec/libavcodec.v
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
LIBAVCODEC_$MAJOR {
global: *;
local:
ff_*_bsf;
ff_*_decoder;
ff_*_encoder;
ff_*_hwaccel;
ff_*_parser;
};

0 comments on commit 06c8f31

Please sign in to comment.