mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Updated jpeg to 9b
This commit is contained in:
parent
0bd2af1e74
commit
fcbd054f36
|
@ -18,9 +18,9 @@ libs = {
|
|||
'dir': 'zlib-1.2.8',
|
||||
},
|
||||
'jpeg': {
|
||||
'url': 'http://www.ijg.org/files/jpegsr9a.zip',
|
||||
'hash': 'md5:a34f3c82760270ee1e1885b15b90a72e', # not found - generated by wiredfool
|
||||
'dir': 'jpeg-9a',
|
||||
'url': 'http://www.ijg.org/files/jpegsr9b.zip',
|
||||
'hash': 'md5:a21b8024d78ba05857a75272b4fa95ec', # not found - generated by wiredfool
|
||||
'dir': 'jpeg-9b',
|
||||
},
|
||||
'tiff': {
|
||||
'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.
|
||||
#
|
||||
JPEG_SUPPORT = 1
|
||||
JPEGDIR = $(BUILD)\jpeg-9a
|
||||
JPEGDIR = $(BUILD)\jpeg-9b
|
||||
JPEG_INCLUDE = -I$(JPEGDIR)
|
||||
JPEG_LIB = $(JPEGDIR)/libjpeg.lib
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user