[FFmpeg-cvslog] avutil: Do not make ff_ symbols globally visible.
Diego Biurrun
git at videolan.org
Sun Oct 14 15:14:56 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Oct 4 19:20:03 2012 +0200| [7638f0b2fef0481e55985ab8530e8ad9c16f113a] | committer: Diego Biurrun
avutil: Do not make ff_ symbols globally visible.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7638f0b2fef0481e55985ab8530e8ad9c16f113a
---
libavutil/libavutil.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
index eb16ae1..e9f04cb 100644
--- a/libavutil/libavutil.v
+++ b/libavutil/libavutil.v
@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
- global: av*; ff_*;
+ global: av*;
local: *;
};
More information about the ffmpeg-cvslog
mailing list