1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-11 11:26:52 +02:00
ffmpeg/libavutil/libavutil.v
Justin Ruggles 03e098e7a0 lavu: change versioning script to include all av* prefixed symbols
Needed to properly export avpriv_* symbols.
2012-06-08 15:47:59 -04:00

5 lines
67 B
Verilog

LIBAVUTIL_$MAJOR {
global: av*; ff_*;
local: *;
};