Blame thirdparty/libjpeg-turbo/include/jconfig.h
|
shun-iwasawa |
82a8f5 |
#define JPEG_LIB_VERSION 62
|
|
shun-iwasawa |
82a8f5 |
#define LIBJPEG_TURBO_VERSION 2.0.6
|
|
shun-iwasawa |
82a8f5 |
#define LIBJPEG_TURBO_VERSION_NUMBER 2000006
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define C_ARITH_CODING_SUPPORTED
|
|
shun-iwasawa |
82a8f5 |
#define D_ARITH_CODING_SUPPORTED
|
|
shun-iwasawa |
82a8f5 |
#define MEM_SRCDST_SUPPORTED
|
|
shun-iwasawa |
82a8f5 |
#define WITH_SIMD
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_STDDEF_H
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_STDLIB_H
|
|
shun-iwasawa |
82a8f5 |
#undef NEED_SYS_TYPES_H
|
|
shun-iwasawa |
82a8f5 |
#undef NEED_BSD_STRINGS
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_UNSIGNED_CHAR
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_UNSIGNED_SHORT
|
|
shun-iwasawa |
82a8f5 |
#undef INCOMPLETE_TYPES_BROKEN
|
|
shun-iwasawa |
82a8f5 |
#undef RIGHT_SHIFT_IS_UNSIGNED
|
|
shun-iwasawa |
82a8f5 |
#undef __CHAR_UNSIGNED__
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define "boolean" as unsigned char, not int, per Windows custom */
|
|
shun-iwasawa |
82a8f5 |
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
|
|
shun-iwasawa |
82a8f5 |
typedef unsigned char boolean;
|
|
shun-iwasawa |
82a8f5 |
#endif
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define "INT32" as int, not long, per Windows custom */
|
|
shun-iwasawa |
82a8f5 |
#if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
|
shun-iwasawa |
82a8f5 |
typedef short INT16;
|
|
shun-iwasawa |
82a8f5 |
typedef signed int INT32;
|
|
shun-iwasawa |
82a8f5 |
#endif
|
|
shun-iwasawa |
82a8f5 |
#define XMD_H /* prevent jmorecfg.h from redefining it */
|