Merge pull request #3136 from radarhere/libjpeg

Updated libjpeg to 9c
This commit is contained in:
Hugo 2018-05-18 15:23:11 +03:00 committed by GitHub
commit f60a26c0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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