1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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>
This commit is contained in:
Reinhard Tartler
2012-10-19 23:34:02 +02:00
committed by Martin Storsjö
parent 8c0a3d5fe0
commit def8c94699

View File

@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
global: av*;
global: av*; ff_*_tab;
local: *;
};