Commit 9740a357 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Michael Niedermayer

Hide demuxers', muxers' and protocols' objects via the ld version script.

This reduces the symbols exported by libavformat from 699 to 451.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit e6288640)
parent 06c8f31e
LIBAVFORMAT_$MAJOR {
global: *;
local:
ff_*_demuxer;
ff_*_muxer;
ff_*_protocol;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment