| Index: gyp/libwebp.gyp
|
| diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
|
| index cff74f6c55f54f6d5e568bc0b5daacdab0eec880..50d90bceff13da6c2f19d370976db6c831150efb 100644
|
| --- a/gyp/libwebp.gyp
|
| +++ b/gyp/libwebp.gyp
|
| @@ -87,6 +87,7 @@
|
| '../third_party/externals/libwebp/src/dsp/rescaler.c',
|
| '../third_party/externals/libwebp/src/dsp/rescaler_mips32.c',
|
| '../third_party/externals/libwebp/src/dsp/rescaler_mips_dsp_r2.c',
|
| + '../third_party/externals/libwebp/src/dsp/rescaler_sse2.c',
|
| '../third_party/externals/libwebp/src/dsp/upsampling.c',
|
| '../third_party/externals/libwebp/src/dsp/upsampling_mips_dsp_r2.c',
|
| '../third_party/externals/libwebp/src/dsp/upsampling_sse2.c',
|
| @@ -124,6 +125,7 @@
|
| '../third_party/externals/libwebp/src/dsp/enc_neon.c',
|
| '../third_party/externals/libwebp/src/dsp/lossless_neon.c',
|
| '../third_party/externals/libwebp/src/dsp/lossless_enc_neon.c',
|
| + '../third_party/externals/libwebp/src/dsp/rescaler_neon.c',
|
| '../third_party/externals/libwebp/src/dsp/upsampling_neon.c',
|
| ],
|
| # behavior similar dsp_neon.c.neon in an Android.mk
|
|
|