mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
commit
f60a26c0da
|
@ -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