summaryrefslogtreecommitdiff
path: root/libavutil/libavutil.v
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-10-19 23:34:02 +0200
committerMartin Storsjö <martin@martin.st>2012-10-20 14:31:55 +0300
commitdef8c94699877d015154a03d43e2b8f479cd89a0 (patch)
tree1f41d0e18ccefad4cbb15e1fa7d95da235b2e2d8 /libavutil/libavutil.v
parent8c0a3d5fe035f2d19b5815f142e145cfbedf28b3 (diff)
avutil: make some tables visible again
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>
Diffstat (limited to 'libavutil/libavutil.v')
-rw-r--r--libavutil/libavutil.v2
1 files changed, 1 insertions, 1 deletions
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: *;
};