From e62886403355614f0579a1568a53f04037c90df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Tue, 25 Jan 2011 22:03:29 +0000 Subject: Hide demuxers', muxers' and protocols' objects via the ld version script. This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard --- libavformat/libavformat.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/libavformat.v') diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index da2311eb36..0ec1c3c4de 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -1,3 +1,7 @@ LIBAVFORMAT_$MAJOR { global: *; + local: + ff_*_demuxer; + ff_*_muxer; + ff_*_protocol; }; -- cgit v1.2.3