projects
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add symbol versioning for shared libraries
[libav.git]
/
libavutil
/
libavutil.v
1
LIBAVUTIL_$MAJOR {
2
global: av_*; ff_*; avutil_*;
3
local: *;
4
};