| Index: third_party/libwebp/enc/cost_enc.c
|
| diff --git a/third_party/libwebp/enc/cost.c b/third_party/libwebp/enc/cost_enc.c
|
| similarity index 99%
|
| rename from third_party/libwebp/enc/cost.c
|
| rename to third_party/libwebp/enc/cost_enc.c
|
| index 87f89378a78d0907dc928ac2e653c3578eb21f8a..c823f5a664966ce3c750cff019b4e35c3354ebc3 100644
|
| --- a/third_party/libwebp/enc/cost.c
|
| +++ b/third_party/libwebp/enc/cost_enc.c
|
| @@ -11,7 +11,7 @@
|
| //
|
| // Author: Skal (pascal.massimino@gmail.com)
|
|
|
| -#include "./cost.h"
|
| +#include "./cost_enc.h"
|
|
|
| //------------------------------------------------------------------------------
|
| // Level cost tables
|
|
|