1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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: *;
};