commit: fc46fd9e32e6fa6c6fdf09873ea338917a28b25b
parent ef510023de45de4ef587f35846022f00945ef5bd
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 23 Dec 2018 11:02:33 -0800
libjpeg-turbo: Update to 2.0.1
Diffstat:
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/pkg/libjpeg-turbo/jconfig.h b/pkg/libjpeg-turbo/jconfig.h
@@ -1,18 +1,18 @@
#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 LIBJPEG_TURBO_VERSION 2.0.1
+#define LIBJPEG_TURBO_VERSION_NUMBER 2000001
+#define C_ARITH_CODING_SUPPORTED 1
+#define D_ARITH_CODING_SUPPORTED 1
/* #undef MEM_SRCDST_SUPPORTED */
/* #undef WITH_SIMD */
#define BITS_IN_JSAMPLE 8 /* use 8 or 12 */
-#define HAVE_LOCALE_H
-#define HAVE_STDDEF_H
-#define HAVE_STDLIB_H
-#define NEED_SYS_TYPES_H
+#define HAVE_LOCALE_H 1
+#define HAVE_STDDEF_H 1
+#define HAVE_STDLIB_H 1
+#define NEED_SYS_TYPES_H 1
/* #undef NEED_BSD_STRINGS */
-#define HAVE_UNSIGNED_CHAR
-#define HAVE_UNSIGNED_SHORT
+#define HAVE_UNSIGNED_CHAR 1
+#define HAVE_UNSIGNED_SHORT 1
/* #undef INCOMPLETE_TYPES_BROKEN */
/* #undef RIGHT_SHIFT_IS_UNSIGNED */
#ifndef __CHAR_UNSIGNED__
diff --git a/pkg/libjpeg-turbo/jconfigint.h b/pkg/libjpeg-turbo/jconfigint.h
@@ -1,8 +1,8 @@
-#define BUILD "20180907"
+#define BUILD "20181112"
#undef inline
#define INLINE __inline__ __attribute__((always_inline))
#define PACKAGE_NAME "libjpeg-turbo"
-#define VERSION "2.0.0"
+#define VERSION "2.0.1"
#define SIZEOF_SIZE_T 8
#define HAVE_BUILTIN_CTZL
/* #undef HAVE_INTRIN_H */
diff --git a/pkg/libjpeg-turbo/rev b/pkg/libjpeg-turbo/rev
@@ -1 +1 @@
-4
+5