We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b13c05 commit 26792b6Copy full SHA for 26792b6
external_deps/build.sh
@@ -53,7 +53,8 @@ SDL2_VERSION=2.32.2
53
GLEW_VERSION=2.2.0
54
PNG_VERSION=1.6.47
55
JPEG_VERSION=3.0.1
56
-WEBP_VERSION=1.5.0
+# 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
58
# OpenAL 1.24.2 requires for_each_n() from C++ 20, but GCC 8.3.0 from Debian Buster doesn't provide it.
59
OPENAL_VERSION=1.23.1
60
OGG_VERSION=1.3.5
@@ -696,7 +697,8 @@ build_openal() {
696
697
698
cmake_build \
699
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
- -DALSOFT_EXAMPLES=OFF
700
+ -DALSOFT_EXAMPLES=OFF \
701
+ -DLIBTYPE=STATIC
702
;;
703
esac
704
}
0 commit comments