swr: fix shared lib build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-09-19 07:26:42 +02:00
parent b5875b9111
commit 9dd3da1061
3 changed files with 6 additions and 1 deletions

View File

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