This website requires JavaScript.
Explore
Help
Register
Sign In
xenia-project
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/xenia-project/FFmpeg.git
synced
2024-11-25 20:50:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ab88b25f99
FFmpeg
/
libavformat
/
libavformat.v
8 lines
147 B
Coq
Raw
Normal View
History
Unescape
Escape
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 04:49:02 +00:00
LIBAVFORMAT_
$
MAJOR
{
global
:
*
;
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>
2011-01-25 22:03:29 +00:00
local
:
ff_
*
_
demuxer
;
ff_
*
_
muxer
;
ff_
*
_
protocol
;
Add symbol versioning for shared libraries Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16 04:49:02 +00:00
}
;
Reference in New Issue
Copy Permalink