Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: third_party/iccjpeg/README.chromium

Issue 8348003: add support for using system jpeg headers here for OpenBSD (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add comment on local change and security section Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/iccjpeg/iccjpeg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iccjpeg/README.chromium
diff --git a/third_party/iccjpeg/README.chromium b/third_party/iccjpeg/README.chromium
index 2e7b415a8026a34a081ee76f737ccf3950b3e46e..5a3c756982e56e20e531a09dcef5bb3e005a55d2 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 decide which one
Mark Mentovai 2011/10/18 18:29:39 You said how you modified it, but you didn’t say w
Robert Nagy 2011/10/18 18:32:22 Done.
+ to include.
« no previous file with comments | « no previous file | third_party/iccjpeg/iccjpeg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698