Commit 03e098e7 authored by Justin Ruggles's avatar Justin Ruggles

lavu: change versioning script to include all av* prefixed symbols

Needed to properly export avpriv_* symbols.
parent 3b81a18b
LIBAVUTIL_$MAJOR {
global: av_*; ff_*; avutil_*;
global: av*; ff_*;
local: *;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment