[FFmpeg-cvslog] swscale: Do not make ff_ symbols globally visible.

Diego Biurrun git at videolan.org
Wed Oct 10 14:10:44 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Oct  4 19:22:27 2012 +0200| [6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702] | committer: Diego Biurrun

swscale: Do not make ff_ symbols globally visible.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702
---

 libswscale/libswscale.v |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/libswscale.v b/libswscale/libswscale.v
index c68f153..8b9a96a 100644
--- a/libswscale/libswscale.v
+++ b/libswscale/libswscale.v
@@ -1,4 +1,4 @@
 LIBSWSCALE_$MAJOR {
-        global: swscale_*; sws_*; ff_*;
+        global: swscale_*; sws_*;
         local: *;
 };



More information about the ffmpeg-cvslog mailing list