Skip to content

Commit 26792b6

Browse files
committed
unbump-webp
1 parent 8b13c05 commit 26792b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

external_deps/build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ SDL2_VERSION=2.32.2
5353
GLEW_VERSION=2.2.0
5454
PNG_VERSION=1.6.47
5555
JPEG_VERSION=3.0.1
56-
WEBP_VERSION=1.5.0
56+
# WebP 1.5.0 requires vld1q_u8_x4() on arm64, but GCC 8.3.0 from Debian Buster doesn't provide it.
57+
WEBP_VERSION=1.4.0
5758
# OpenAL 1.24.2 requires for_each_n() from C++ 20, but GCC 8.3.0 from Debian Buster doesn't provide it.
5859
OPENAL_VERSION=1.23.1
5960
OGG_VERSION=1.3.5
@@ -696,7 +697,8 @@ build_openal() {
696697

697698
cmake_build \
698699
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
699-
-DALSOFT_EXAMPLES=OFF
700+
-DALSOFT_EXAMPLES=OFF \
701+
-DLIBTYPE=STATIC
700702
;;
701703
esac
702704
}

0 commit comments

Comments
 (0)