Hide demuxers', muxers' and protocols' objects via the ld version script.
authorDiego Elio Pettenò <flameeyes@gmail.com>
Tue, 25 Jan 2011 22:03:29 +0000 (22:03 +0000)
committerMans 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

index da2311e..0ec1c3c 100644 (file)
@@ -1,3 +1,7 @@
 LIBAVFORMAT_$MAJOR {
         global: *;
+        local:
+                ff_*_demuxer;
+                ff_*_muxer;
+                ff_*_protocol;
 };