swscale: Do not make ff_ symbols globally visible.

pull/6/head
Diego Biurrun 12 years ago
parent d5ef9354ce
commit 6d0beefbf6
  1. 2
      libswscale/libswscale.v

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

Loading…
Cancel
Save