jpeg 9c => 9d
This commit is contained in:
parent
cad8658225
commit
eeb431c23e
2
3rdparty/Makefile
vendored
2
3rdparty/Makefile
vendored
@ -77,7 +77,7 @@ LIBPNGURL = https://download.sourceforge.net/libpng/$(LIBPNGARCH)
|
|||||||
LIBPNGURLALT = ftp://ftp-osl.osuosl.org/pub/libpng/src/libpng16/$(LIBPNGARCH)
|
LIBPNGURLALT = ftp://ftp-osl.osuosl.org/pub/libpng/src/libpng16/$(LIBPNGARCH)
|
||||||
LIBPNGSHA256 = daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
|
LIBPNGSHA256 = daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
|
||||||
LATESTLIBPNGVER = $(shell curl -s -S http://www.libpng.org/pub/png/libpng.html | grep "current public release" | sed 's/.*libpng \([0-9.]*\).*/\1/' )
|
LATESTLIBPNGVER = $(shell curl -s -S http://www.libpng.org/pub/png/libpng.html | grep "current public release" | sed 's/.*libpng \([0-9.]*\).*/\1/' )
|
||||||
JPEGVER = 9c
|
JPEGVER = 9d
|
||||||
LATESTJPEGVER = $(shell curl -s -S http://www.ijg.org/ |grep "current version" | sed 's/.*release \([0-9]*[a-z]\) .*/\1/' )
|
LATESTJPEGVER = $(shell curl -s -S http://www.ijg.org/ |grep "current version" | sed 's/.*release \([0-9]*[a-z]\) .*/\1/' )
|
||||||
JPEGDIR = jpeg-$(JPEGVER)
|
JPEGDIR = jpeg-$(JPEGVER)
|
||||||
JPEGARCH = jpegsrc.v$(JPEGVER).tar.gz
|
JPEGARCH = jpegsrc.v$(JPEGVER).tar.gz
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user