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:
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: *;
};