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

Side by Side Diff: third_party/iccjpeg/README.chromium

Issue 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years 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 unified diff | Download patch
OLDNEW
1 Name: iccjpeg 1 Name: iccjpeg
2 URL: http://www.ijg.org 2 URL: http://www.ijg.org
3 Version: unknown 3 Version: unknown
4 License File: LICENSE 4 License File: LICENSE
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 Contain support for ICC color profile on top of jpeg6b (and up) library. 8 Contain support for ICC color profile on top of jpeg6b (and up) library.
9 Original author is Tom Lane, from the IJG group. 9 Original author is Tom Lane, from the IJG group.
10 We include the relevant part of the original IJG licensing term 10 We include the relevant part of the original IJG licensing term
11 in the file LICENSE. 11 in the file LICENSE.
12 12
13 Documentation for ICC profile can be found at: http://www.color.org 13 Documentation for ICC profile can be found at: http://www.color.org
14 14
15 Local Modifications: 15 Local Modifications:
16 * On at least OpenBSD we might need to include to correct header file from 16 * On BSD platforms we might need to include to correct header file from
17 the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order 17 the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order
18 to be able to decide which jpeglib.h header to include. 18 to be able to decide which jpeglib.h header to include.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698