summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/jconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/jconfig.h')
-rw-r--r--src/3rdparty/libjpeg/jconfig.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/3rdparty/libjpeg/jconfig.h b/src/3rdparty/libjpeg/jconfig.h
new file mode 100644
index 0000000000..bcfef5f0b6
--- /dev/null
+++ b/src/3rdparty/libjpeg/jconfig.h
@@ -0,0 +1,23 @@
+// Definitions for building in Qt source, ref. src/jconfig.h.in
+
+#define JPEG_LIB_VERSION 80
+
+#define LIBJPEG_TURBO_VERSION 2.0.0
+
+#define LIBJPEG_TURBO_VERSION_NUMBER 2000000
+
+#define C_ARITH_CODING_SUPPORTED
+
+#define D_ARITH_CODING_SUPPORTED
+
+#define MEM_SRCDST_SUPPORTED
+
+#define BITS_IN_JSAMPLE 8
+
+#define HAVE_STDDEF_H
+
+#define HAVE_STDLIB_H
+
+#define HAVE_UNSIGNED_CHAR
+
+#define HAVE_UNSIGNED_SHORT