git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c6349
)
libavutil.v: add avpriv prefix
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 9 Jun 2012 00:50:30 +0000
(
02:50
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 9 Jun 2012 00:51:02 +0000
(
02:51
+0200)
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>
libavutil/libavutil.v
patch
|
blob
|
history
diff --git
a/libavutil/libavutil.v
b/libavutil/libavutil.v
index
ec52f2b
..
ab451c5
100644
(file)
--- a/
libavutil/libavutil.v
+++ b/
libavutil/libavutil.v
@@
-1,4
+1,4
@@
LIBAVUTIL_$MAJOR {
- global: av_*; ff_*; avutil_*;
+ global: av_*; ff_*; avutil_*;
avpriv_*;
local: *;
};