| Index: third_party/libwebp/dsp/cost_mips_dsp_r2.c
|
| diff --git a/third_party/libwebp/dsp/cost_mips_dsp_r2.c b/third_party/libwebp/dsp/cost_mips_dsp_r2.c
|
| index ce64067756fb03de486d60a85fb87c1cfa9acc2b..6ec8aeb610febc76008e7a6eb47489676b5a10de 100644
|
| --- a/third_party/libwebp/dsp/cost_mips_dsp_r2.c
|
| +++ b/third_party/libwebp/dsp/cost_mips_dsp_r2.c
|
| @@ -13,7 +13,7 @@
|
|
|
| #if defined(WEBP_USE_MIPS_DSP_R2)
|
|
|
| -#include "../enc/cost.h"
|
| +#include "../enc/cost_enc.h"
|
|
|
| static int GetResidualCost(int ctx0, const VP8Residual* const res) {
|
| int temp0, temp1;
|
|
|