diff options
author | Elliott Hughes <enh@google.com> | 2020-12-05 11:38:16 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2020-12-07 08:21:18 -0800 |
commit | 6fe8e429f22e958586ca1b56595cf0c48b2f9c08 (patch) | |
tree | 705c48595f7c73fe043c39b4d73b81d4cdca5d4e /jconfig.h | |
parent | 98e581f8227b9846b7adc92c0c63f5ed2384ff4b (diff) | |
parent | bbb828223e9c8f83f0e84db1e98b116029e62765 (diff) |
Update to bbb828223e9c8f83f0e84db1e98b116029e62765.
Test: treehugger
Change-Id: I5608ab5b6eb0f2225cd578a711ea0fa3be09f5e8
Diffstat (limited to 'jconfig.h')
-rw-r--r-- | jconfig.h | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -4,10 +4,10 @@ #define JPEG_LIB_VERSION 62 /* libjpeg-turbo version */ -#define LIBJPEG_TURBO_VERSION 2.0.1 +#define LIBJPEG_TURBO_VERSION 2.0.90 /* libjpeg-turbo version in integer form */ -#define LIBJPEG_TURBO_VERSION_NUMBER 2000001 +#define LIBJPEG_TURBO_VERSION_NUMBER 2000090 /* Support arithmetic encoding */ #define C_ARITH_CODING_SUPPORTED 1 @@ -30,7 +30,7 @@ * We do not support run-time selection of data precision, sorry. */ -#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ +#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */ /* Define to 1 if you have the <locale.h> header file. */ #define HAVE_LOCALE_H 1 @@ -61,11 +61,6 @@ unsigned. */ /* #undef RIGHT_SHIFT_IS_UNSIGNED */ -/* Define to 1 if type `char' is unsigned and you are not using gcc. */ -#ifndef __CHAR_UNSIGNED__ -/* # undef __CHAR_UNSIGNED__ */ -#endif - /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |