| Index: third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| diff --git a/third_party/libwebp/dsp/enc_mips_dsp_r2.c b/third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| index 7ab96f6800a915e5cfe01fc9b95e5d71e898158b..6c8c1c6acd037864c7425f61bcd1cd06c32ecb39 100644
|
| --- a/third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| +++ b/third_party/libwebp/dsp/enc_mips_dsp_r2.c
|
| @@ -17,8 +17,8 @@
|
| #if defined(WEBP_USE_MIPS_DSP_R2)
|
|
|
| #include "./mips_macro.h"
|
| -#include "../enc/cost.h"
|
| -#include "../enc/vp8enci.h"
|
| +#include "../enc/cost_enc.h"
|
| +#include "../enc/vp8i_enc.h"
|
|
|
| static const int kC1 = 20091 + (1 << 16);
|
| static const int kC2 = 35468;
|
|
|