mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
commit
f60a26c0da
|
@ -24,9 +24,9 @@ libs = {
|
||||||
'dir': 'zlib-1.2.11',
|
'dir': 'zlib-1.2.11',
|
||||||
},
|
},
|
||||||
'jpeg': {
|
'jpeg': {
|
||||||
'url': 'http://www.ijg.org/files/jpegsr9b.zip',
|
'url': 'http://www.ijg.org/files/jpegsr9c.zip',
|
||||||
'filename': PILLOW_DEPENDS_DIR + 'jpegsr9b.zip',
|
'filename': PILLOW_DEPENDS_DIR + 'jpegsr9c.zip',
|
||||||
'dir': 'jpeg-9b',
|
'dir': 'jpeg-9c',
|
||||||
},
|
},
|
||||||
'tiff': {
|
'tiff': {
|
||||||
'url': 'ftp://download.osgeo.org/libtiff/tiff-4.0.9.zip',
|
'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.
|
# Uncomment and edit following lines to enable JPEG support.
|
||||||
#
|
#
|
||||||
JPEG_SUPPORT = 1
|
JPEG_SUPPORT = 1
|
||||||
JPEGDIR = $(BUILD)\jpeg-9b
|
JPEGDIR = $(BUILD)\jpeg-9c
|
||||||
JPEG_INCLUDE = -I$(JPEGDIR)
|
JPEG_INCLUDE = -I$(JPEGDIR)
|
||||||
JPEG_LIB = $(JPEGDIR)/libjpeg.lib
|
JPEG_LIB = $(JPEGDIR)/libjpeg.lib
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user