From 84485e1718869fecf1e6156e84f0e1e89a73ee96 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Wed, 2 Apr 2025 15:12:44 -0400 Subject: [PATCH] s/AVIF/AV1/ --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 6099e503b..03c3a23df 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -134,7 +134,7 @@ function build_libavif { local out_dir=$(fetch_unpack https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz libavif-$LIBAVIF_VERSION.tar.gz) # CONFIG_AV1_DECODER=0 is a flag for libaom (included as a subproject of - # libavif) to disable the compilation and inclusion of aom's AVIF decoder. + # libavif) to disable the compilation and inclusion of aom's AV1 decoder. (cd $out_dir \ && CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake \ -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \