Browse Source

avcodec/libavcodec.v: remove obsolete exports

Forgotten cruft that should have been removed in
8f483108b5.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
72c3d9ae45
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/libavcodec.v

+ 0
- 3
libavcodec/libavcodec.v View File

@@ -1,9 +1,6 @@
LIBAVCODEC_MAJOR {
global:
av*;
#deprecated, remove after next bump
audio_resample;
audio_resample_close;
local:
*;
};

Loading…
Cancel
Save