Skip to content

Commit 50c6633

Browse files
committed
fix: remove rav1e to decrease wheel size
1 parent 7c56b38 commit 50c6633

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

.github/workflows/wheels-dependencies.sh

-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ function build_libavif {
147147
-DAVIF_LIBYUV=LOCAL \
148148
-DAVIF_CODEC_AOM=LOCAL \
149149
-DAVIF_CODEC_DAV1D=LOCAL \
150-
-DAVIF_CODEC_RAV1E=LOCAL \
151150
-DAVIF_CODEC_SVT=LOCAL \
152151
-DENABLE_NASM=ON \
153152
-DCMAKE_MODULE_PATH=/tmp/cmake/Modules \

wheels/dependency_licenses/RAV1E.txt

-25
This file was deleted.

winbuild/build_prepare.py

-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ def cmd_msbuild(
393393
"-DAVIF_LIBYUV=LOCAL",
394394
"-DAVIF_CODEC_AOM=LOCAL",
395395
"-DAVIF_CODEC_DAV1D=LOCAL",
396-
"-DAVIF_CODEC_RAV1E=LOCAL",
397396
"-DAVIF_CODEC_SVT=LOCAL",
398397
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
399398
),

0 commit comments

Comments
 (0)