summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libavcodec.v')
-rw-r--r--libavcodec/libavcodec.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v
index 5a8c005b97..b4bd2c88ed 100644
--- a/libavcodec/libavcodec.v
+++ b/libavcodec/libavcodec.v
@@ -3,8 +3,6 @@ LIBAVCODEC_$MAJOR {
#deprecated, remove after next bump
audio_resample;
audio_resample_close;
- dsputil_init;
- ff_dsputil_init;
ff_find_pix_fmt;
ff_framenum_to_drop_timecode;
ff_framenum_to_smtpe_timecode;
@@ -30,5 +28,6 @@ LIBAVCODEC_$MAJOR {
ff_idctdsp_init;
ff_fdctdsp_init;
ff_pixblockdsp_init;
+ ff_me_cmp_init;
local: *;
};