summaryrefslogtreecommitdiff
path: root/libswresample/libswresample.v
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-19 07:26:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-19 07:26:42 +0200
commit9dd3da1061e34f13f5f233274ed10c0a4da41dfe (patch)
tree989077396fc1006b62dbe1af155d2c17f396e1ff /libswresample/libswresample.v
parentb5875b91113a0f3de6ad61e9ff8b74b81de94760 (diff)
swr: fix shared lib build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/libswresample.v')
-rw-r--r--libswresample/libswresample.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/libswresample/libswresample.v b/libswresample/libswresample.v
new file mode 100644
index 0000000000..af2181179d
--- /dev/null
+++ b/libswresample/libswresample.v
@@ -0,0 +1,4 @@
+LIBSWRESAMPLE_$MAJOR {
+ global: swr_*; ff_*;
+ local: *;
+};