Skip to content

Commit ab55e54

Browse files
committed
remove ENABLE_NASM and CMAKE_MODULE_PATH libavif cmake args
ENABLE_NASM=ON is unnecessary...it forces the use of nasm over yasm if both are available, but only nasm is installed in the wheel build environments. And CMAKE_MODULE_PATH was only necessary when we used pre-built rav1e binaries.
1 parent 84485e1 commit ab55e54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ function build_libavif {
149149
-DCONFIG_AV1_DECODER=0 \
150150
-DAVIF_CODEC_AOM_DECODE=OFF \
151151
-DAVIF_CODEC_DAV1D=LOCAL \
152-
-DENABLE_NASM=ON \
153-
-DCMAKE_MODULE_PATH=/tmp/cmake/Modules \
154152
. \
155153
&& make install)
156154
touch libavif-stamp

0 commit comments

Comments
 (0)