This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
Code
Issues
Pull Requests
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 05:49:02 +01: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 23:03:29 +01: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 05:49:02 +01:00
}
;
Reference in New Issue
Copy Permalink