You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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 {
|
LIBAVUTIL_$MAJOR {
|
||||||
global: av_*; ff_*; avutil_*;
|
global: av*; ff_*;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user