| Index: third_party/libwebp/enc/tree_enc.c
|
| diff --git a/third_party/libwebp/enc/tree.c b/third_party/libwebp/enc/tree_enc.c
|
| similarity index 99%
|
| rename from third_party/libwebp/enc/tree.c
|
| rename to third_party/libwebp/enc/tree_enc.c
|
| index f141006d19b2d96965fec0315d4dcbdada01e03c..2c40fe7f3d8ce0aff9dfacfbbc2522536fdf315a 100644
|
| --- a/third_party/libwebp/enc/tree.c
|
| +++ b/third_party/libwebp/enc/tree_enc.c
|
| @@ -11,7 +11,7 @@
|
| //
|
| // Author: Skal (pascal.massimino@gmail.com)
|
|
|
| -#include "./vp8enci.h"
|
| +#include "./vp8i_enc.h"
|
|
|
| //------------------------------------------------------------------------------
|
| // Default probabilities
|
|
|