From def8c94699877d015154a03d43e2b8f479cd89a0 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Fri, 19 Oct 2012 23:34:02 +0200 Subject: avutil: make some tables visible again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These tables are used for instance by older versions of libavcodec and need to remain visible until the next SONAME bump. Signed-off-by: Martin Storsjö --- libavutil/libavutil.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/libavutil.v') diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v index e9f04cba65..c955347bc3 100644 --- a/libavutil/libavutil.v +++ b/libavutil/libavutil.v @@ -1,4 +1,4 @@ LIBAVUTIL_$MAJOR { - global: av*; + global: av*; ff_*_tab; local: *; }; -- cgit v1.2.3