summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-29 12:22:49 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-31 07:26:31 +0100
commitafa4069e3ba373ed958f5fd392c184b084287b46 (patch)
treecbfd0e12fbb488d5cce7af03476e78c69e65ae5b /libavcodec/libavcodec.v
parentf5f49a66a2b061f8d99e0b1e175d2f12e9d42cba (diff)
lavc/lavf: remove unnecessary symbols from the symbol version script.
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 a9e7674e13..0e1c2e1cda 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -2,7 +2,5 @@ LIBAVCODEC_$MAJOR {
global: av*;
audio_resample;
audio_resample_close;
- #deprecated, remove after next bump
- img_get_alpha_info;
local: *;
};