Skip to content

Commit a2cbce7

Browse files
committed
Include comment about CONFIG_AV1_DECODER=0
1 parent 8b4e66e commit a2cbce7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ function build_libavif {
133133
fi
134134

135135
local out_dir=$(fetch_unpack https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz libavif-$LIBAVIF_VERSION.tar.gz)
136+
# CONFIG_AV1_DECODER=0 is a flag for libaom (included as a subproject of
137+
# libavif) to disable the compilation and inclusion of aom's AVIF decoder.
136138
(cd $out_dir \
137139
&& CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake \
138140
-DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \

0 commit comments

Comments
 (0)