mirror of https://github.com/FFmpeg/FFmpeg.git
This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com>oldabi
parent
ac28ce5fac
commit
e628864033
1 changed files with 4 additions and 0 deletions
@ -1,3 +1,7 @@ |
||||
LIBAVFORMAT_$MAJOR { |
||||
global: *; |
||||
local: |
||||
ff_*_demuxer; |
||||
ff_*_muxer; |
||||
ff_*_protocol; |
||||
}; |
||||
|
Loading…
Reference in new issue