1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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:
James Almer
2014-08-09 21:04:35 -03:00
committed by Michael Niedermayer
parent 744f15b6b3
commit d6711ee648

View File

@@ -1,4 +1,4 @@
LIBAVUTIL_$MAJOR { LIBAVUTIL_$MAJOR {
global: av*; ff_*; global: av*;
local: *; local: *;
}; };