File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ARCHIVE_SDIR=pillow-depends-main
4040FREETYPE_VERSION=2.13.2
4141HARFBUZZ_VERSION=10.1.0
4242LIBPNG_VERSION=1.6.44
43- JPEGTURBO_VERSION=3.0.4
43+ JPEGTURBO_VERSION=3.1.0
4444OPENJPEG_VERSION=2.5.3
4545XZ_VERSION=5.6.3
4646TIFF_VERSION=4.6.0
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments