Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated libjpeg-turbo to 2.0.6 #5044

Merged
merged 1 commit into from Nov 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Expand Up @@ -105,9 +105,9 @@ def cmd_msbuild(
# dependencies, listed in order of compilation
deps = {
"libjpeg": {
"url": SF_MIRROR + "/project/libjpeg-turbo/2.0.5/libjpeg-turbo-2.0.5.tar.gz",
"filename": "libjpeg-turbo-2.0.5.tar.gz",
"dir": "libjpeg-turbo-2.0.5",
"url": SF_MIRROR + "/project/libjpeg-turbo/2.0.6/libjpeg-turbo-2.0.6.tar.gz",
"filename": "libjpeg-turbo-2.0.6.tar.gz",
"dir": "libjpeg-turbo-2.0.6",
"build": [
cmd_cmake(
[
Expand Down