Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-22 07:47:52 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-22 07:47:52 +0400
commitab6603b1d8d7d15542a9e1bafa580c4f3798c428 (patch)
tree419388e121c6d28438a035a9d5739d801027e2e8 /libswresample
parenta4209ad6313b8b40fed2bfc7e3865cf54d4c1022 (diff)
libswresample.v: add swresample* for cmdutils.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample')
-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: *;
};