Deps: Version updates

libjpeg-turbo: 3.1.3
libpng: 1.6.53
zlib-ng: 2.3.2
ffmpeg: 8.0.1
This commit is contained in:
Stenzek
2025-12-26 14:57:13 +10:00
parent ef2cf6e223
commit c20f8d1ec4
7 changed files with 23 additions and 24 deletions
+3 -3
View File
@@ -39,10 +39,10 @@ endif()
# Bundled dependencies.
find_package(zstd 1.5.7 REQUIRED)
find_package(WebP REQUIRED) # v1.4.0, spews an error on Linux because no pkg-config.
find_package(PNG 1.6.50 REQUIRED)
find_package(PNG 1.6.53 REQUIRED)
find_package(JPEG REQUIRED)
find_package(SDL3 3.2.26 REQUIRED)
find_package(Freetype 2.13.3 REQUIRED)
find_package(SDL3 3.2.28 REQUIRED)
find_package(Freetype 2.14.1 REQUIRED)
find_package(harfbuzz REQUIRED)
find_package(plutosvg 0.0.6 REQUIRED)
find_package(cpuinfo REQUIRED)