mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 03:58:29 +08:00
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: Mans Rullgard <mans@mansr.com> (cherry picked from commit e62886403355614f0579a1568a53f04037c90df8)
This commit is contained in:

committed by
Michael Niedermayer

parent
06c8f31e84
commit
9740a357e9
@ -1,3 +1,7 @@
|
||||
LIBAVFORMAT_$MAJOR {
|
||||
global: *;
|
||||
local:
|
||||
ff_*_demuxer;
|
||||
ff_*_muxer;
|
||||
ff_*_protocol;
|
||||
};
|
||||
|
Reference in New Issue
Block a user