summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-09-05 12:05:57 +0200
committerDiego Biurrun <diego@biurrun.de>2013-09-05 22:11:36 +0200
commitbefe044bb9561c9d7d6559db06bba375e82a4b66 (patch)
tree6f7dc851ed67d5980c2252ca9798b24bcf376d0a /libavcodec/libavcodec.v
parent7f93a861aaf2e76fd63b53ccc465909873b8dc29 (diff)
avcodec: Stop exporting the removed audio_resample* symbols
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r--libavcodec/libavcodec.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 0e1c2e1cda..bf148075c7 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -1,6 +1,4 @@
LIBAVCODEC_$MAJOR {
global: av*;
- audio_resample;
- audio_resample_close;
local: *;
};