mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-01-22 20:06:52 +00: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>
This commit is contained in:
parent
ac28ce5fac
commit
e628864033
@ -1,3 +1,7 @@
|
||||
LIBAVFORMAT_$MAJOR {
|
||||
global: *;
|
||||
local:
|
||||
ff_*_demuxer;
|
||||
ff_*_muxer;
|
||||
ff_*_protocol;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user