From ab6603b1d8d7d15542a9e1bafa580c4f3798c428 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 22 Dec 2011 04:47:52 +0100 Subject: libswresample.v: add swresample* for cmdutils.c Signed-off-by: Michael Niedermayer --- libswresample/libswresample.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample') diff --git a/libswresample/libswresample.v b/libswresample/libswresample.v index af2181179d..9b797bde77 100644 --- a/libswresample/libswresample.v +++ b/libswresample/libswresample.v @@ -1,4 +1,4 @@ LIBSWRESAMPLE_$MAJOR { - global: swr_*; ff_*; + global: swr_*; ff_*; swresample_*; local: *; }; -- cgit v1.2.3