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.
This commit is contained in:
Frankie Dintino 2025-04-02 15:55:08 -04:00
parent 84485e1718
commit ab55e543c8
No known key found for this signature in database
GPG Key ID: 97E295AACFBABD9E

View File

@ -149,8 +149,6 @@ function build_libavif {
-DCONFIG_AV1_DECODER=0 \
-DAVIF_CODEC_AOM_DECODE=OFF \
-DAVIF_CODEC_DAV1D=LOCAL \
-DENABLE_NASM=ON \
-DCMAKE_MODULE_PATH=/tmp/cmake/Modules \
. \
&& make install)
touch libavif-stamp