avcodec: Stop exporting the removed audio_resample* symbols
authorDiego Biurrun <diego@biurrun.de>
Thu, 5 Sep 2013 10:05:57 +0000 (12:05 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 5 Sep 2013 20:11:36 +0000 (22:11 +0200)
libavcodec/libavcodec.v

index 0e1c2e1..bf14807 100644 (file)
@@ -1,6 +1,4 @@
 LIBAVCODEC_$MAJOR {
         global: av*;
-                audio_resample;
-                audio_resample_close;
         local:  *;
 };