mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Updated libjpeg to 9c
This commit is contained in:
parent
5ca35bbcb3
commit
e92ef63cac
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user