Skip to content

Commit 9be505c

Browse files
authored
Merge pull request #4352 from radarhere/libjpeg
Updated libjpeg to 9d
2 parents b40141f + b1b20d8 commit 9be505c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
107107
set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
108108
set BUILD=%GITHUB_WORKSPACE%\winbuild\build
109-
cd /D %BUILD%\jpeg-9c
109+
cd /D %BUILD%\jpeg-9d
110110
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }}
111111
echo on
112112
nmake -nologo -f makefile.vc setup-vc6

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Many of Pillow's features require external libraries:
137137

138138
* **libjpeg** provides JPEG functionality.
139139

140-
* Pillow has been tested with libjpeg versions **6b**, **8**, **9-9c** and
140+
* Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and
141141
libjpeg-turbo version **8**.
142142
* Starting with Pillow 3.0.0, libjpeg is required by default, but
143143
may be disabled with the ``--disable-jpeg`` flag.

winbuild/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"dir": "zlib-1.2.11",
3131
},
3232
"jpeg": {
33-
"url": "http://www.ijg.org/files/jpegsr9c.zip",
34-
"filename": "jpegsr9c.zip",
35-
"dir": "jpeg-9c",
33+
"url": "http://www.ijg.org/files/jpegsr9d.zip",
34+
"filename": "jpegsr9d.zip",
35+
"dir": "jpeg-9d",
3636
},
3737
"tiff": {
3838
"url": "ftp://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz",

0 commit comments

Comments
 (0)