mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 07:42:51 +00:00
swscale: Do not make ff_ symbols globally visible.
This commit is contained in:
parent
d5ef9354ce
commit
6d0beefbf6
@ -1,4 +1,4 @@
|
||||
LIBSWSCALE_$MAJOR {
|
||||
global: swscale_*; sws_*; ff_*;
|
||||
global: swscale_*; sws_*;
|
||||
local: *;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user