Drop -Werror to let this build on riscv64 and maybe others

clang was erroring out with:
... ../AdaptiveLoopFilterX86.h:659:6: error: loop not vectorized: etc etc
This commit is contained in:
jca
2025-08-28 10:49:10 +00:00
parent b6c9d50bcf
commit 086a1365a2
+2 -1
View File
@@ -26,6 +26,7 @@ COMPILER= base-clang ports-gcc
CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=ON \
-DVVENC_ENABLE_ARM_SIMD_SVE=TRUE \
-DVVENC_ENABLE_ARM_SIMD_SVE2=TRUE \
-DVVENC_ENABLE_THIRDPARTY_JSON=SYSTEM
-DVVENC_ENABLE_THIRDPARTY_JSON=SYSTEM \
-DVVENC_ENABLE_WERROR=FALSE
.include <bsd.port.mk>