From def8c94699877d015154a03d43e2b8f479cd89a0 Mon Sep 17 00:00:00 2001
From: Reinhard Tartler <siretart@tauware.de>
Date: Fri, 19 Oct 2012 23:34:02 +0200
Subject: [PATCH] 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ö <martin@martin.st>
---
 libavutil/libavutil.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
index e9f04cba65d..c955347bc31 100644
--- a/libavutil/libavutil.v
+++ b/libavutil/libavutil.v
@@ -1,4 +1,4 @@
 LIBAVUTIL_$MAJOR {
-        global: av*;
+        global: av*; ff_*_tab;
         local: *;
 };
-- 
GitLab