projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac28ce5
)
Hide demuxers', muxers' and protocols' objects via the ld version script.
author
Diego Elio Pettenò
<flameeyes@gmail.com>
Tue, 25 Jan 2011 22:03:29 +0000
(22:03 +0000)
committer
Mans Rullgard
<mans@mansr.com>
Fri, 28 Jan 2011 01:45:17 +0000
(
01:45
+0000)
This reduces the symbols exported by libavformat from 699 to 451.
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/libavformat.v
patch
|
blob
|
history
diff --git
a/libavformat/libavformat.v
b/libavformat/libavformat.v
index da2311eb36be6c6da4c30c7d39e58d3473b0a8e2..0ec1c3c4de5a11b6a99cc057f602fc3ba5b84748 100644
(file)
--- a/
libavformat/libavformat.v
+++ b/
libavformat/libavformat.v
@@
-1,3
+1,7
@@
LIBAVFORMAT_$MAJOR {
global: *;
+ local:
+ ff_*_demuxer;
+ ff_*_muxer;
+ ff_*_protocol;
};