| Index: third_party/libwebp/enc/picture_tools_enc.c
|
| diff --git a/third_party/libwebp/enc/picture_tools.c b/third_party/libwebp/enc/picture_tools_enc.c
|
| similarity index 99%
|
| rename from third_party/libwebp/enc/picture_tools.c
|
| rename to third_party/libwebp/enc/picture_tools_enc.c
|
| index bf97af84081a8173aaead759c8362897eb3eca9d..895df51156d86dc899290a3f8aa4a6e0c7171a6c 100644
|
| --- a/third_party/libwebp/enc/picture_tools.c
|
| +++ b/third_party/libwebp/enc/picture_tools_enc.c
|
| @@ -13,7 +13,7 @@
|
|
|
| #include <assert.h>
|
|
|
| -#include "./vp8enci.h"
|
| +#include "./vp8i_enc.h"
|
| #include "../dsp/yuv.h"
|
|
|
| static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) {
|
|
|