We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4e66e commit a2cbce7Copy full SHA for a2cbce7
1 file changed
.github/workflows/wheels-dependencies.sh
@@ -133,6 +133,8 @@ function build_libavif {
133
fi
134
135
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.
138
(cd $out_dir \
139
&& CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake \
140
-DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \
0 commit comments