summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-02-28 09:04:28 +0000
committerAndras Timar <andras.timar@collabora.com>2023-03-12 18:09:53 +0100
commitfd7f6a403f991cafa45b43a5127e5b65f4bcd0b5 (patch)
treed639dd970acea4b4405b8ed09b4f2961aa1685d7 /external
parent5879c3fd516f4d04d226d32a1bd8f0b76e3952af (diff)
upgrade to libjpeg-turbo 2.1.5
Change-Id: Ia6355beaf19765e6255f9388d60e2179206ddc5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147910 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'external')
-rw-r--r--external/libjpeg-turbo/jconfigint.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/external/libjpeg-turbo/jconfigint.h b/external/libjpeg-turbo/jconfigint.h
index f0987ba31609..6cd960a03368 100644
--- a/external/libjpeg-turbo/jconfigint.h
+++ b/external/libjpeg-turbo/jconfigint.h
@@ -1,7 +1,7 @@
#include <sal/types.h>
/* libjpeg-turbo build number */
-#define BUILD "20221122"
+#define BUILD "20230228"
/* Compiler's inline keyword */
#undef inline
@@ -19,11 +19,14 @@
#define PACKAGE_NAME "libjpeg-turbo"
/* Version number of package */
-#define VERSION "2.1.4"
+#define VERSION "2.1.5"
/* The size of `size_t', as computed by sizeof. */
/* #undef SIZEOF_SIZE_T */
+/* How to obtain thread-local storage */
+#define THREAD_LOCAL
+
#if defined(__GNUC__) && SAL_TYPES_SIZEOFLONG == SIZEOF_SIZE_T
/* Define if your compiler has __builtin_ctzl() and sizeof(unsigned long) == sizeof(size_t). */
#define HAVE_BUILTIN_CTZL