Fix for vvenc and vvdec from Brad Smith.

This fixes vvdec on sparc64 and gets us partway there for vvenc.
This commit is contained in:
kmos
2026-03-21 23:24:51 +00:00
parent 8841d32449
commit 1ef1eb5676
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -24,4 +24,9 @@ COMPILER= base-clang ports-gcc
CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=ON \
-DVVDEC_ENABLE_WERROR=FALSE
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mlld}
CONFIGURE_ARGS+=-DVVDEC_ENABLE_LINK_TIME_OPT=OFF
.endif
.include <bsd.port.mk>
+5
View File
@@ -26,4 +26,9 @@ CONFIGURE_ARGS+=-DBUILD_SHARED_LIBS=ON \
-DVVENC_ENABLE_THIRDPARTY_JSON=SYSTEM \
-DVVENC_ENABLE_WERROR=FALSE
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mlld}
CONFIGURE_ARGS+=-DVVENC_ENABLE_LINK_TIME_OPT=OFF
.endif
.include <bsd.port.mk>