1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

View File

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