diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-29 12:22:49 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-31 07:26:31 +0100 |
commit | afa4069e3ba373ed958f5fd392c184b084287b46 (patch) | |
tree | cbfd0e12fbb488d5cce7af03476e78c69e65ae5b /libavcodec/libavcodec.v | |
parent | f5f49a66a2b061f8d99e0b1e175d2f12e9d42cba (diff) | |
download | ffmpeg-afa4069e3ba373ed958f5fd392c184b084287b46.tar.gz |
lavc/lavf: remove unnecessary symbols from the symbol version script.
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r-- | libavcodec/libavcodec.v | 2 |
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: *; }; |