avutil: Do not make ff_ symbols globally visible.
This commit is contained in:
parent
52d113ee06
commit
7638f0b2fe
@ -1,4 +1,4 @@
|
|||||||
LIBAVUTIL_$MAJOR {
|
LIBAVUTIL_$MAJOR {
|
||||||
global: av*; ff_*;
|
global: av*;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user