These tables are used for instance by older versions of libavcodec and
need to remain visible until the next SONAME bump
---
 libavutil/libavutil.v |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to