avcodec: Stop exporting the removed audio_resample* symbols

This commit is contained in:
Diego Biurrun 2013-09-05 12:05:57 +02:00
parent 7f93a861aa
commit befe044bb9
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
LIBAVCODEC_$MAJOR {
global: av*;
audio_resample;
audio_resample_close;
local: *;
};