diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-05 12:05:57 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-05 22:11:36 +0200 |
commit | befe044bb9561c9d7d6559db06bba375e82a4b66 (patch) | |
tree | 6f7dc851ed67d5980c2252ca9798b24bcf376d0a /libavcodec | |
parent | 7f93a861aaf2e76fd63b53ccc465909873b8dc29 (diff) | |
download | ffmpeg-befe044bb9561c9d7d6559db06bba375e82a4b66.tar.gz |
avcodec: Stop exporting the removed audio_resample* symbols
Diffstat (limited to 'libavcodec')
-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 0e1c2e1cda..bf148075c7 100644 --- a/libavcodec/libavcodec.v +++ b/libavcodec/libavcodec.v @@ -1,6 +1,4 @@ LIBAVCODEC_$MAJOR { global: av*; - audio_resample; - audio_resample_close; local: *; }; |