Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build/posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ meson install -C _build --tag devel
mkdir ${DEPS}/aom
$CURL https://storage.googleapis.com/aom-releases/libaom-${VERSION_AOM}.tar.gz | tar xzC ${DEPS}/aom --strip-components=1
cd ${DEPS}/aom
# [PATCH] cmake: fix nasm detection w/3.0
$CURL https://github.com/m-ab-s/aom/commit/6d2b7f71b98bfa28e372b1f2d85f137280bdb3de.patch | patch -p1
mkdir aom_build
cd aom_build
AOM_AS_FLAGS="${FLAGS}" cmake -G"Unix Makefiles" \
Expand Down
4 changes: 2 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_AOM=3.13.1
VERSION_AOM=3.13.2
VERSION_ARCHIVE=3.8.6
VERSION_CAIRO=1.18.4
VERSION_CGIF=0.5.2
Expand All @@ -9,7 +9,7 @@ VERSION_FONTCONFIG=2.17.1
VERSION_FREETYPE=2.14.2
VERSION_FRIBIDI=1.0.16
VERSION_GLIB=2.88.0
VERSION_HARFBUZZ=13.2.0
VERSION_HARFBUZZ=13.2.1
VERSION_HEIF=1.21.2
VERSION_HWY=1.3.0
VERSION_IMAGEQUANT=2.4.1
Expand Down
Loading