mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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@gmx.at>
This commit is contained in:
parent
a5c6349358
commit
04e2ac4749
@ -1,4 +1,4 @@
|
||||
LIBAVUTIL_$MAJOR {
|
||||
global: av_*; ff_*; avutil_*;
|
||||
global: av_*; ff_*; avutil_*; avpriv_*;
|
||||
local: *;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user