Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
13dfce3d44f99a2d7df71aba8ae003d58db726f7
13dfce3d44f99a2d7df71aba8ae003d58db726f7
Switch branch/tag
ffmpeg
libavutil
libavutil.v
Find file
Normal view
History
Permalink
libavutil.v
78 Bytes
Edit
Web IDE
Newer
Older
Add symbol versioning for shared libraries
Måns Rullgård
committed
Jan 16, 2010
1
2
3
4
LIBAVUTIL_
$
MAJOR
{
global:
av_
*
;
ff_
*
;
avutil_
*
;
local:
*
;
}
;