Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
authorDiego Elio Pettenò <flameeyes@gmail.com>
Tue, 25 Jan 2011 21:40:12 +0000 (21:40 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 28 Jan 2011 01:37:21 +0000 (01:37 +0000)
This significantly reduces the size of the symbol table in the generated ELF
shared object (as well as the other linked tables).

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/libavcodec.v

index 561a42c..6569903 100644 (file)
@@ -1,3 +1,9 @@
 LIBAVCODEC_$MAJOR {
         global: *;
+        local:
+                ff_*_bsf;
+                ff_*_decoder;
+                ff_*_encoder;
+                ff_*_hwaccel;
+                ff_*_parser;
 };