summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/src/jconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/src/jconfig.h')
-rw-r--r--src/3rdparty/libjpeg/src/jconfig.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/3rdparty/libjpeg/src/jconfig.h b/src/3rdparty/libjpeg/src/jconfig.h
new file mode 100644
index 0000000000..1e03e166e7
--- /dev/null
+++ b/src/3rdparty/libjpeg/src/jconfig.h
@@ -0,0 +1,20 @@
+// Definitions for building in Qt source, ref. src/jconfig.h.in
+
+#define JPEG_LIB_VERSION 80
+
+#define LIBJPEG_TURBO_VERSION 3.0.2
+
+#define LIBJPEG_TURBO_VERSION_NUMBER 3000002
+
+#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
+