Needed to properly export avpriv_* symbols.
@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR {
- global: av_*; ff_*; avutil_*;
+ global: av*; ff_*;
local: *;
};