This website requires JavaScript.
Explore
Register
Sign In
x
/
ffmpeg
Watch
1
Star
0
Fork
0
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2026-07-04 02:23:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dbfdb288c1921eeb9fef5bca20eee33da7fcdd71
ffmpeg
/
libavformat
/
libavformat.v
T
8 lines
147 B
Verilog
Raw
Normal View
History
Unescape
Escape
Add symbol versioning for shared libraries
2010-01-16 04:49:02 +00:00
LIBAVFORMAT_$MAJOR
{
global:
*
;
Hide demuxers', muxers' and protocols' objects via the ld version script.
2011-01-25 22:03:29 +00:00
local:
ff_
*
_demuxer
;
ff_
*
_muxer
;
ff_
*
_protocol
;
Add symbol versioning for shared libraries
2010-01-16 04:49:02 +00:00
};
Reference in New Issue
Copy Permalink