Chromium Code Reviews| Index: third_party/libwebp/README.chromium |
| diff --git a/third_party/libwebp/README.chromium b/third_party/libwebp/README.chromium |
| index beff9dc5248bc645fbfed543c1cb6103ca6e12e0..699b28d40504d380990046f8a38d300cf7353662 100644 |
| --- a/third_party/libwebp/README.chromium |
| +++ b/third_party/libwebp/README.chromium |
| @@ -21,6 +21,8 @@ Local changes: |
| the contents of src/ less mux/ which is unused. |
| * Merged COPYING/PATENTS to LICENSE |
| * Added an explicit cast to short in yuv_sse2.c |
| + * Disabled "-frename-registers" flag for ARM64 linux build as clang(3.9.0) |
|
jzern
2016/06/03 17:56:19
we don't carry the gyp/gn files upstream, so a not
apatole
2016/06/03 18:06:47
Ok, I got warning while presubmit and it suggested
|
| + build fails with error - unsupported flag. |
| Cherry-picks: |
| Revert patch f7fc4bc: dec/webp.c: don't wait for data before reporting w/h |
| Revert patch d1c359e: fix shared object build with -fvisibility=hidden |