| Index: third_party/libwebp/dec/buffer_dec.c
|
| diff --git a/third_party/libwebp/dec/buffer.c b/third_party/libwebp/dec/buffer_dec.c
|
| similarity index 99%
|
| rename from third_party/libwebp/dec/buffer.c
|
| rename to third_party/libwebp/dec/buffer_dec.c
|
| index 547e69b434f8018f3712e64df27b449a4f1f168e..c685fd5646bd34337a7596b5d56634391dd956c7 100644
|
| --- a/third_party/libwebp/dec/buffer.c
|
| +++ b/third_party/libwebp/dec/buffer_dec.c
|
| @@ -13,8 +13,8 @@
|
|
|
| #include <stdlib.h>
|
|
|
| -#include "./vp8i.h"
|
| -#include "./webpi.h"
|
| +#include "./vp8i_dec.h"
|
| +#include "./webpi_dec.h"
|
| #include "../utils/utils.h"
|
|
|
| //------------------------------------------------------------------------------
|
|
|