This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavu: change versioning script to include all av* prefixed symbols
Needed to properly export avpriv_* symbols.
tags/n1.0
Justin Ruggles
13 years ago
parent
3b81a18ba3
commit
03e098e7a0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/libavutil.v
+ 1
- 1
libavutil/libavutil.v
View File
@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
global: av
_
*; ff_*;
avutil_*;
global: av*; ff_*;
local: *;
};
Write
Preview
Loading…
Cancel
Save