1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-14 04:17:39 +02:00
ffmpeg/libavutil/libavutil.v
Reinhard Tartler def8c94699 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>
2012-10-20 14:31:55 +03:00

5 lines
71 B
Verilog

LIBAVUTIL_$MAJOR {
global: av*; ff_*_tab;
local: *;
};