mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
commit
9d9a995c72
|
@ -18,9 +18,9 @@ libs = {
|
||||||
'dir': 'zlib-1.2.8',
|
'dir': 'zlib-1.2.8',
|
||||||
},
|
},
|
||||||
'jpeg': {
|
'jpeg': {
|
||||||
'url': 'http://www.ijg.org/files/jpegsr9a.zip',
|
'url': 'http://www.ijg.org/files/jpegsr9b.zip',
|
||||||
'hash': 'md5:a34f3c82760270ee1e1885b15b90a72e', # not found - generated by wiredfool
|
'hash': 'md5:a21b8024d78ba05857a75272b4fa95ec', # not found - generated by wiredfool
|
||||||
'dir': 'jpeg-9a',
|
'dir': 'jpeg-9b',
|
||||||
},
|
},
|
||||||
'tiff': {
|
'tiff': {
|
||||||
'url': 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.zip',
|
'url': 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.6.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-9a
|
JPEGDIR = $(BUILD)\jpeg-9b
|
||||||
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