[FFmpeg-cvslog] avcodec: Stop exporting the removed audio_resample* symbols
Diego Biurrun
git at videolan.org
Fri Sep 6 13:33:16 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Sep 5 12:05:57 2013 +0200| [befe044bb9561c9d7d6559db06bba375e82a4b66] | committer: Diego Biurrun
avcodec: Stop exporting the removed audio_resample* symbols
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=befe044bb9561c9d7d6559db06bba375e82a4b66
---
libavcodec/libavcodec.v | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 0e1c2e1..bf14807 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -1,6 +1,4 @@
LIBAVCODEC_$MAJOR {
global: av*;
- audio_resample;
- audio_resample_close;
local: *;
};
More information about the ffmpeg-cvslog
mailing list