mirror of https://git.ffmpeg.org/ffmpeg.git
lavu: stop exporting internal functions
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
744f15b6b3
commit
d6711ee648
|
@ -1,4 +1,4 @@
|
|||
LIBAVUTIL_$MAJOR {
|
||||
global: av*; ff_*;
|
||||
global: av*;
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue