mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
lavu: change versioning script to include all av* prefixed symbols
Needed to properly export avpriv_* symbols.
This commit is contained in:
parent
3b81a18ba3
commit
03e098e7a0
@ -1,4 +1,4 @@
|
||||
LIBAVUTIL_$MAJOR {
|
||||
global: av_*; ff_*; avutil_*;
|
||||
global: av*; ff_*;
|
||||
local: *;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user