Commit e6288640 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Mans Rullgard

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>
parent ac28ce5f
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