You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
swscale: Do not make ff_ symbols globally visible.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
LIBSWSCALE_$MAJOR {
|
||||
global: swscale_*; sws_*; ff_*;
|
||||
global: swscale_*; sws_*;
|
||||
local: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user