summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/src/jconfig.h
blob: a91be588e7b19720f2a75dc786b84a4a5a9642d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Definitions for building in Qt source, ref. src/jconfig.h.in

#define JPEG_LIB_VERSION 80

#define LIBJPEG_TURBO_VERSION 3.0.0

#define LIBJPEG_TURBO_VERSION_NUMBER 3000000

#define C_ARITH_CODING_SUPPORTED 1

#define D_ARITH_CODING_SUPPORTED 1

#define MEM_SRCDST_SUPPORTED 1

#ifndef BITS_IN_JSAMPLE
#define BITS_IN_JSAMPLE  8
#endif

#define NO_PUTENV