You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avutil: Do not make ff_ symbols globally visible.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
LIBAVUTIL_$MAJOR {
|
LIBAVUTIL_$MAJOR {
|
||||||
global: av*; ff_*;
|
global: av*;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user