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

Side by Side Diff: jconfig.h

Issue 9232002: Update libjpeg-turbo to 1.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libjpeg_turbo/
Patch Set: '' Created 8 years, 11 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 | « jccolor.c ('k') | jcparam.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* jconfig.h. Generated from jconfig.h.in by configure. */ 1 /* jconfig.h. Generated from jconfig.h.in by configure. */
2 /* Version ID for the JPEG library. 2 /* Version ID for the JPEG library.
3 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60". 3 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
4 */ 4 */
5 #ifndef JPEG_LIB_VERSION 5 #ifndef JPEG_LIB_VERSION
6 #define JPEG_LIB_VERSION 62 6 #define JPEG_LIB_VERSION 62
7 #endif /* JPEG_LIB_VERSION */ 7 #endif /* JPEG_LIB_VERSION */
8 8
9 /* Support arithmetic encoding */ 9 /* Support arithmetic encoding */
10 #define C_ARITH_CODING_SUPPORTED 1 10 /* #undef C_ARITH_CODING_SUPPORTED */
11 11
12 /* Support arithmetic decoding */ 12 /* Support arithmetic decoding */
13 #define D_ARITH_CODING_SUPPORTED 1 13 /* #undef D_ARITH_CODING_SUPPORTED */
14 14
15 /* Define if your compiler supports prototypes */ 15 /* Define if your compiler supports prototypes */
16 #ifndef HAVE_PROTOTYPES 16 #ifndef HAVE_PROTOTYPES
17 #define HAVE_PROTOTYPES 1 17 #define HAVE_PROTOTYPES 1
18 #endif /* HAVE_PROTOTYPES */ 18 #endif /* HAVE_PROTOTYPES */
19 19
20 /* Define to 1 if you have the <stddef.h> header file. */ 20 /* Define to 1 if you have the <stddef.h> header file. */
21 #ifndef HAVE_STDDEF_H 21 #ifndef HAVE_STDDEF_H
22 #define HAVE_STDDEF_H 1 22 #define HAVE_STDDEF_H 1
23 #endif /* HAVE_STDDEF_H */ 23 #endif /* HAVE_STDDEF_H */
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 /* #undef const */ 75 /* #undef const */
76 76
77 /* Define to `__inline__' or `__inline' if that's what the C compiler 77 /* Define to `__inline__' or `__inline' if that's what the C compiler
78 calls it, or to nothing if 'inline' is not supported under any name. */ 78 calls it, or to nothing if 'inline' is not supported under any name. */
79 #ifndef __cplusplus 79 #ifndef __cplusplus
80 /* #undef inline */ 80 /* #undef inline */
81 #endif 81 #endif
82 82
83 /* Define to `unsigned int' if <sys/types.h> does not define. */ 83 /* Define to `unsigned int' if <sys/types.h> does not define. */
84 /* #undef size_t */ 84 /* #undef size_t */
OLDNEW
« no previous file with comments | « jccolor.c ('k') | jcparam.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698