[FFmpeg-cvslog] lavu: stop exporting internal functions
James Almer
git at videolan.org
Tue Aug 12 04:45:00 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Aug 9 21:04:35 2014 -0300| [d6711ee648f840c446e729a4f07d67ea229192a5] | committer: Michael Niedermayer
lavu: stop exporting internal functions
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6711ee648f840c446e729a4f07d67ea229192a5
---
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