swscale: Do not make ff_ symbols globally visible.
This commit is contained in:
parent
d5ef9354ce
commit
6d0beefbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
LIBSWSCALE_$MAJOR {
|
||||
global: swscale_*; sws_*; ff_*;
|
||||
global: swscale_*; sws_*;
|
||||
local: *;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue