From 04e2ac47495e1910416e607eb03105ddb0a322cc Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 9 Jun 2012 02:50:30 +0200 Subject: [PATCH] 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 --- libavutil/libavutil.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v index ec52f2be7a..ab451c5b6d 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: *; };