swscale: Do not make ff_ symbols globally visible.

This commit is contained in:
Diego Biurrun 2012-10-04 19:22:27 +02:00
parent d5ef9354ce
commit 6d0beefbf6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LIBSWSCALE_$MAJOR {
global: swscale_*; sws_*; ff_*;
global: swscale_*; sws_*;
local: *;
};