avutil: Do not make ff_ symbols globally visible.

This commit is contained in:
Diego Biurrun 2012-10-04 19:20:03 +02:00
parent 52d113ee06
commit 7638f0b2fe

View File

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