| Index: third_party/iccjpeg/README.chromium
|
| diff --git a/third_party/iccjpeg/README.chromium b/third_party/iccjpeg/README.chromium
|
| index 2e7b415a8026a34a081ee76f737ccf3950b3e46e..ca4fe95effb8895577be4f140865517d979a360d 100644
|
| --- a/third_party/iccjpeg/README.chromium
|
| +++ b/third_party/iccjpeg/README.chromium
|
| @@ -2,6 +2,7 @@ Name: iccjpeg
|
| URL: http://www.ijg.org
|
| Version: unknown
|
| License File: LICENSE
|
| +Security Critical: yes
|
|
|
| Description:
|
| Contain support for ICC color profile on top of jpeg6b (and up) library.
|
| @@ -10,3 +11,8 @@ We include the relevant part of the original IJG licensing term
|
| in the file LICENSE.
|
|
|
| Documentation for ICC profile can be found at: http://www.color.org
|
| +
|
| +Local Modifications:
|
| +* On at least OpenBSD we might need to include to correct header file from
|
| + the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order
|
| + to be able to decide which jpeglib.h header to include.
|
|
|