Revert "avutil: make some tables visible again"

This reverts commit def8c94699.

After the major bump this is no longer necessary.
This commit is contained in:
Anton Khirnov 2012-10-22 09:15:11 +02:00
parent c6b25d1d5e
commit 468ea9d5b1
1 changed files with 1 additions and 1 deletions

View File

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