Skip to content

Commit e361930

Browse files
committed
Updated libjpeg-turbo to 3.1.0
1 parent d66c51a commit e361930

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ARCHIVE_SDIR=pillow-depends-main
4040
FREETYPE_VERSION=2.13.2
4141
HARFBUZZ_VERSION=10.1.0
4242
LIBPNG_VERSION=1.6.44
43-
JPEGTURBO_VERSION=3.0.4
43+
JPEGTURBO_VERSION=3.1.0
4444
OPENJPEG_VERSION=2.5.3
4545
XZ_VERSION=5.6.3
4646
TIFF_VERSION=4.6.0

winbuild/build_prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def cmd_msbuild(
113113
"FREETYPE": "2.13.3",
114114
"FRIBIDI": "1.0.16",
115115
"HARFBUZZ": "10.1.0",
116-
"JPEGTURBO": "3.0.4",
116+
"JPEGTURBO": "3.1.0",
117117
"LCMS2": "2.16",
118118
"LIBPNG": "1.6.44",
119119
"LIBWEBP": "1.4.0",
@@ -155,7 +155,7 @@ def cmd_msbuild(
155155
cmd_copy("cjpeg-static.exe", "cjpeg.exe"),
156156
cmd_copy("djpeg-static.exe", "djpeg.exe"),
157157
],
158-
"headers": ["j*.h"],
158+
"headers": ["jconfig.h", r"src\j*.h"],
159159
"libs": ["libjpeg.lib"],
160160
"bins": ["cjpeg.exe", "djpeg.exe"],
161161
},

0 commit comments

Comments
 (0)