Updated libjpeg to 9c

This commit is contained in:
Andrew Murray 2018-05-18 20:56:55 +10:00
parent 5ca35bbcb3
commit e92ef63cac
2 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@ libs = {
'dir': 'zlib-1.2.11',
},
'jpeg': {
'url': 'http://www.ijg.org/files/jpegsr9b.zip',
'filename': PILLOW_DEPENDS_DIR + 'jpegsr9b.zip',
'dir': 'jpeg-9b',
'url': 'http://www.ijg.org/files/jpegsr9c.zip',
'filename': PILLOW_DEPENDS_DIR + 'jpegsr9c.zip',
'dir': 'jpeg-9c',
},
'tiff': {
'url': 'ftp://download.osgeo.org/libtiff/tiff-4.0.9.zip',

View File

@ -55,7 +55,7 @@ LOGLUV_SUPPORT = 1
# Uncomment and edit following lines to enable JPEG support.
#
JPEG_SUPPORT = 1
JPEGDIR = $(BUILD)\jpeg-9b
JPEGDIR = $(BUILD)\jpeg-9c
JPEG_INCLUDE = -I$(JPEGDIR)
JPEG_LIB = $(JPEGDIR)/libjpeg.lib