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>
pull/6/merge
Reinhard Tartler 12 years ago committed by Martin Storsjö
parent 8c0a3d5fe0
commit def8c94699
  1. 2
      libavutil/libavutil.v

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

Loading…
Cancel
Save