| Index: third_party/libwebp/dsp/enc_mips32.c
|
| diff --git a/third_party/libwebp/dsp/enc_mips32.c b/third_party/libwebp/dsp/enc_mips32.c
|
| index fd10143de9068199fff9fb7e68f332ec7c953413..752b14daf6b1d1c2adb34e77f156ce9f7dc16366 100644
|
| --- a/third_party/libwebp/dsp/enc_mips32.c
|
| +++ b/third_party/libwebp/dsp/enc_mips32.c
|
| @@ -18,8 +18,8 @@
|
| #if defined(WEBP_USE_MIPS32)
|
|
|
| #include "./mips_macro.h"
|
| -#include "../enc/vp8enci.h"
|
| -#include "../enc/cost.h"
|
| +#include "../enc/vp8i_enc.h"
|
| +#include "../enc/cost_enc.h"
|
|
|
| static const int kC1 = 20091 + (1 << 16);
|
| static const int kC2 = 35468;
|
|
|