blob: 2413cab74c187427acde6eb6df14aaffc7e2600f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#define JPEG_LIB_VERSION 80
#define LIBJPEG_TURBO_VERSION 2.0.6
#define LIBJPEG_TURBO_VERSION_NUMBER 2000006
#define C_ARITH_CODING_SUPPORTED 1
#define D_ARITH_CODING_SUPPORTED 1
/* #undef MEM_SRCDST_SUPPORTED */
/* #undef WITH_SIMD */
#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
#define HAVE_LOCALE_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define NEED_SYS_TYPES_H 1
/* #undef NEED_BSD_STRINGS */
#define HAVE_UNSIGNED_CHAR 1
#define HAVE_UNSIGNED_SHORT 1
/* #undef INCOMPLETE_TYPES_BROKEN */
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
#ifndef __CHAR_UNSIGNED__
/* #undef __CHAR_UNSIGNED__ */
#endif
/* #undef const */
/* #undef size_t */
|