You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu: change versioning script to include all av* prefixed symbols
Needed to properly export avpriv_* symbols.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
LIBAVUTIL_$MAJOR {
|
||||
global: av_*; ff_*; avutil_*;
|
||||
global: av*; ff_*;
|
||||
local: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user