Skip to content

Commit 5646178

Browse files
committed
Bump libjpegturbo
1 parent ceb5773 commit 5646178

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

buildconfig/macdependencies/build_mac_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ if [[ "$MAC_ARCH" == "arm64" ]]; then
4646
# we don't need mac 10.9 support while compiling for apple M1 macs
4747
export MACOSX_DEPLOYMENT_TARGET=11.0
4848
else
49-
# install NASM to generate optimised x86_64 libjpegturbo builds
50-
brew install nasm
49+
# install yasm to generate optimised x86_64 libjpegturbo builds
50+
brew install yasm
5151

5252
# SDL 2.26.5 new minimum macos is 10.11, so we build our x86 mac deps
5353
# for 10.11 as well.

buildconfig/manylinux-build/docker_base/libjpegturbo/build-jpeg-turbo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -x
33

44
cd $(dirname `readlink -f "$0"`)
55

6-
JPEG_VERSION=3.1.1
6+
JPEG_VERSION=3.1.2
77
JPEG="libjpeg-turbo-${JPEG_VERSION}"
88

99
curl -sL --retry 10 https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/${JPEG_VERSION}/${JPEG}.tar.gz > ${JPEG}.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d08c8eb77281c1eee2c93ef9f2eefaf79a4b9adff5172ebcb20c845ccad8896a28fc3d622002cc8b28964ff860dca0a491d6b1b921aaa7aedccd21b909aad4cb libjpeg-turbo-3.1.1.tar.gz
1+
79271ae4ddc12e3753cc7323dc15617f1d82b2d554ef27b555712f6ab5de603323dd33747620815e3b55663a20e07b292a55172aee9f401f9fd3557145967abe libjpeg-turbo-3.1.2.tar.gz

0 commit comments

Comments
 (0)