summaryrefslogtreecommitdiff
path: root/libswresample/libswresample.v
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-22 04:47:52 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-22 04:47:52 +0100
commitab6603b1d8d7d15542a9e1bafa580c4f3798c428 (patch)
tree419388e121c6d28438a035a9d5739d801027e2e8 /libswresample/libswresample.v
parenta4209ad6313b8b40fed2bfc7e3865cf54d4c1022 (diff)
libswresample.v: add swresample* for cmdutils.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/libswresample.v')
-rw-r--r--libswresample/libswresample.v2
1 files changed, 1 insertions, 1 deletions
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: *;
};