mirror of https://git.ffmpeg.org/ffmpeg.git
libswresample.v: add swresample* for cmdutils.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a4209ad631
commit
ab6603b1d8
|
@ -1,4 +1,4 @@
|
|||
LIBSWRESAMPLE_$MAJOR {
|
||||
global: swr_*; ff_*;
|
||||
global: swr_*; ff_*; swresample_*;
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue