| Index: third_party/libwebp/dec/idec_dec.c
|
| diff --git a/third_party/libwebp/dec/idec.c b/third_party/libwebp/dec/idec_dec.c
|
| similarity index 99%
|
| rename from third_party/libwebp/dec/idec.c
|
| rename to third_party/libwebp/dec/idec_dec.c
|
| index 8de131916e035c5c441b9bcf90868e4fa89551ea..78fb2e7186180595b846bb7d07645c74d85f5538 100644
|
| --- a/third_party/libwebp/dec/idec.c
|
| +++ b/third_party/libwebp/dec/idec_dec.c
|
| @@ -15,9 +15,9 @@
|
| #include <string.h>
|
| #include <stdlib.h>
|
|
|
| -#include "./alphai.h"
|
| -#include "./webpi.h"
|
| -#include "./vp8i.h"
|
| +#include "./alphai_dec.h"
|
| +#include "./webpi_dec.h"
|
| +#include "./vp8i_dec.h"
|
| #include "../utils/utils.h"
|
|
|
| // In append mode, buffer allocations increase as multiples of this value.
|
|
|