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

Side by Side Diff: third_party/libjpeg_turbo/jversion.h

Issue 7554002: Updates libjpeg-turbo to 1.1.90 (r677) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: '' Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libjpeg_turbo/jutils.c ('k') | third_party/libjpeg_turbo/libjpeg.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * jversion.h 2 * jversion.h
3 * 3 *
4 * Copyright (C) 1991-1998, Thomas G. Lane. 4 * Copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
5 * Copyright (C) 2010, D. R. Commander.
5 * This file is part of the Independent JPEG Group's software. 6 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file. 7 * For conditions of distribution and use, see the accompanying README file.
7 * 8 *
8 * This file contains software version identification. 9 * This file contains software version identification.
9 */ 10 */
10 11
11 12
13 #if JPEG_LIB_VERSION >= 80
14
15 #define JVERSION "8b 16-May-2010"
16
17 #define JCOPYRIGHT "Copyright (C) 2010, Thomas G. Lane, Guido Vollbeding"
18
19 #elif JPEG_LIB_VERSION >= 70
20
21 #define JVERSION "7 27-Jun-2009"
22
23 #define JCOPYRIGHT "Copyright (C) 2009, Thomas G. Lane, Guido Vollbeding"
24
25 #else
26
12 #define JVERSION "6b 27-Mar-1998" 27 #define JVERSION "6b 27-Mar-1998"
13 28
14 #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane" 29 #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"
30
31 #endif
32
33 #define LJTCOPYRIGHT "Copyright (C) 1999-2006 MIYASAKA Masaru\n" \
34 "Copyright (C) 2009 Pierre Ossman for Cendio AB\n" \
35 "Copyright (C) 2009-2011 D. R. Commander"
OLDNEW
« no previous file with comments | « third_party/libjpeg_turbo/jutils.c ('k') | third_party/libjpeg_turbo/libjpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698