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