Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index 2846aeddd71d2c81c9e1b59328d0860c14ca3b5f..75fb0e44a76cdd69a55dd784e7e155b23e750b50 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -29,6 +29,8 @@ 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. |
Noel Gordon
2016/05/05 00:36:24
Add "http://crbug.com/608347" here.
|
* 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(). |