1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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

View File

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