File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
manylinux-build/docker_base/libjpegturbo Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ if [[ "$MAC_ARCH" == "arm64" ]]; then
46
46
# we don't need mac 10.9 support while compiling for apple M1 macs
47
47
export MACOSX_DEPLOYMENT_TARGET=11.0
48
48
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
51
51
52
52
# SDL 2.26.5 new minimum macos is 10.11, so we build our x86 mac deps
53
53
# for 10.11 as well.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -e -x
3
3
4
4
cd $( dirname ` readlink -f " $0 " ` )
5
5
6
- JPEG_VERSION=3.1.1
6
+ JPEG_VERSION=3.1.2
7
7
JPEG=" libjpeg-turbo-${JPEG_VERSION} "
8
8
9
9
curl -sL --retry 10 https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/${JPEG_VERSION} /${JPEG} .tar.gz > ${JPEG} .tar.gz
Original file line number Diff line number Diff line change 1
- d08c8eb77281c1eee2c93ef9f2eefaf79a4b9adff5172ebcb20c845ccad8896a28fc3d622002cc8b28964ff860dca0a491d6b1b921aaa7aedccd21b909aad4cb libjpeg-turbo-3.1.1 .tar.gz
1
+ 79271ae4ddc12e3753cc7323dc15617f1d82b2d554ef27b555712f6ab5de603323dd33747620815e3b55663a20e07b292a55172aee9f401f9fd3557145967abe libjpeg-turbo-3.1.2 .tar.gz
You can’t perform that action at this time.
0 commit comments