Chromium Code Reviews| Index: third_party/libwebp/README.chromium |
| diff --git a/third_party/libwebp/README.chromium b/third_party/libwebp/README.chromium |
| index 4bf7edfe55858df06bb0714a421b3c5f003c0aeb..e5e20e59c9d4d6c1673a81ac6e7c898b8a2453fe 100644 |
| --- a/third_party/libwebp/README.chromium |
| +++ b/third_party/libwebp/README.chromium |
| @@ -20,5 +20,8 @@ Local changes: |
| * Removed examples/, documentation and build related files, keeping only |
| the contents of src/ less mux/ which is unused. |
| * Merged COPYING/PATENTS to LICENSE |
| + * b/16736930: fcf7687 enc_mips32: workaround gcc-4.9 bug |
|
urvang (Google)
2014/08/05 23:59:10
Remove the internal b/ reference.
jzern
2014/08/06 00:15:57
Done. These tend to appear in crbug, but fine by m
|
| + (to be upstreamed if the problem persists in the final ndk r10 release) |
| Cherry-picks: |
| Revert patch f7fc4bc: dec/webp.c: don't wait for data before reporting w/h |
| + 0524d9e dsp: detect mips64 & disable mips32 code |