From c3f85ac36897478c1f58a68ee7fa5b9888b9d22f Mon Sep 17 00:00:00 2001 From: stu1130 Date: Thu, 4 Apr 2019 14:49:10 -0700 Subject: [PATCH] upgrade the version to 2.0.2 --- tools/dependencies/libturbojpeg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dependencies/libturbojpeg.sh b/tools/dependencies/libturbojpeg.sh index 8dcac01078a3..0c9eb97ba514 100755 --- a/tools/dependencies/libturbojpeg.sh +++ b/tools/dependencies/libturbojpeg.sh @@ -20,7 +20,7 @@ # This script builds the static library of libturbojpeg that can be used as dependency of # mxnet/opencv. set -ex -TURBO_JPEG_VERSION=1.5.90 +TURBO_JPEG_VERSION=2.0.2 if [[ $PLATFORM == 'darwin' ]]; then JPEG_NASM_OPTION="-D CMAKE_ASM_NASM_COMPILER=/usr/local/bin/nasm" fi