X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fqpeldsp.c;h=6e52b336577d84aa2fc17035533ed9c887e8a1b3;hb=d277b05c518a4c3f8f009afa7e3c7fbdae7460c3;hp=1c0ec637d0bf4e2d3a6568bd652454f7df59b0a4;hpb=fd116b8dfa731122e1b6f8ededf00074940e2848;p=ffmpeg diff --git a/libavcodec/qpeldsp.c b/libavcodec/qpeldsp.c index 1c0ec637d0b..6e52b336577 100644 --- a/libavcodec/qpeldsp.c +++ b/libavcodec/qpeldsp.c @@ -811,4 +811,6 @@ av_cold void ff_qpeldsp_init(QpelDSPContext *c) if (ARCH_X86) ff_qpeldsp_init_x86(c); + if (ARCH_MIPS) + ff_qpeldsp_init_mips(c); }