| Index: README.chromium
|
| diff --git a/README.chromium b/README.chromium
|
| index 2846aeddd71d2c81c9e1b59328d0860c14ca3b5f..66d50c959fffde48491dfa54de5189e1d25973d2 100644
|
| --- a/README.chromium
|
| +++ b/README.chromium
|
| @@ -29,6 +29,9 @@ externally visible functions to chromium_* so that we can avoid conflicts that
|
| arise when system libraries attempt to use our libjpeg. Also, we applied the
|
| following changes which are not merged to upstream:
|
|
|
| +* Added the 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to
|
| + all the global symbols in '.asm' files to prevent making them external ones.
|
| + http://crbug.com/608347
|
| * Fix libjpeg_turbo svn r64 libjpeg6b compat issue: make the fast path Huffman
|
| decoder fallback to slow decoding if the Huffman decoding bit sentinel > 16,
|
| this to match the exact behavior of jpeg_huff_decode().
|
|
|