1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- #define JPEG_LIB_VERSION 62
- #define LIBJPEG_TURBO_VERSION 1.5.0
- #define LIBJPEG_TURBO_VERSION_NUMBER 1005000
- #define C_ARITH_CODING_SUPPORTED 1
- #define D_ARITH_CODING_SUPPORTED 1
- #define BITS_IN_JSAMPLE 8
- #define HAVE_LOCALE_H 1
- #define HAVE_STDDEF_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_UNSIGNED_CHAR 1
- #define HAVE_UNSIGNED_SHORT 1
- #define MEM_SRCDST_SUPPORTED 1
- #define NEED_SYS_TYPES_H 1
- #define WITH_SIMD 1
- #ifndef __CHAR_UNSIGNED__
- #endif
|