diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-05-10 18:05:35 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-05-10 18:05:35 +0200 |
commit | fddc78d28763e01eb1429a6b14775e4e1f292c2d (patch) | |
tree | 939485bde9cbc383e42ba087367ba445fa836a4c /tools | |
parent | 2d647792f4ca63cd543ec0804f1fcbaf9e337fb0 (diff) | |
parent | f52b37c0e05a324fdad326bc78356e5e9a87b71a (diff) |
Merge pull request #9786 from MartijnKaijser/libjpeg-turbo
[depends] libjpeg-turbo 1.4.2
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/libjpeg-turbo-native/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/libjpeg-turbo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/libjpeg-turbo-native/Makefile b/tools/depends/native/libjpeg-turbo-native/Makefile index eb30f00c75..df96a36ea5 100644 --- a/tools/depends/native/libjpeg-turbo-native/Makefile +++ b/tools/depends/native/libjpeg-turbo-native/Makefile @@ -5,7 +5,7 @@ DEPS= ../../Makefile.include.in Makefile # lib name, version LIBNAME=libjpeg-turbo -VERSION=1.2.0 +VERSION=1.4.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz # configuration settings diff --git a/tools/depends/target/libjpeg-turbo/Makefile b/tools/depends/target/libjpeg-turbo/Makefile index 6e767a402f..a3ad9471f0 100644 --- a/tools/depends/target/libjpeg-turbo/Makefile +++ b/tools/depends/target/libjpeg-turbo/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libjpeg-turbo -VERSION=1.2.0 +VERSION=1.4.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz # configuration settings |