libswresample.v: add swresample* for cmdutils.c

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-12-22 04:47:52 +01:00
parent a4209ad631
commit ab6603b1d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LIBSWRESAMPLE_$MAJOR {
global: swr_*; ff_*;
global: swr_*; ff_*; swresample_*;
local: *;
};