[FFmpeg-cvslog] libavutil.v: add avpriv prefix
Michael Niedermayer
git at videolan.org
Sat Jun 9 02:57:34 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 9 02:50:30 2012 +0200| [04e2ac47495e1910416e607eb03105ddb0a322cc] | committer: Michael Niedermayer
libavutil.v: add avpriv prefix
This should fix the fate failure
http://fate.ffmpeg.org/log.cgi?time=20120609002213&log=compile&slot=x86_64-archlinux-gcc-enableshared
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04e2ac47495e1910416e607eb03105ddb0a322cc
---
libavutil/libavutil.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
index ec52f2b..ab451c5 100644
--- a/libavutil/libavutil.v
+++ b/libavutil/libavutil.v
@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
- global: av_*; ff_*; avutil_*;
+ global: av_*; ff_*; avutil_*; avpriv_*;
local: *;
};
More information about the ffmpeg-cvslog
mailing list