Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Jan 2026 22:44:55 +0000
Message-ID:  <696184e7.27683.6f0a43e5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff04b5b479ae1576092c9f0bf2da2fc2eefc474

commit 5ff04b5b479ae1576092c9f0bf2da2fc2eefc474
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-01-08 23:45:01 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-01-09 22:44:43 +0000

    multimedia/vvdec: fix build on powerpc64
    
    /wrkdirs/usr/ports/multimedia/vvdec/work/vvdec-3.1.0/source/Lib/CommonLib/x86/sse41/../InterPredX86.h:199:20: error: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-failed=transform-warning]
---
 multimedia/vvdec/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/vvdec/Makefile b/multimedia/vvdec/Makefile
index 4497a91de8c2..44334118d93f 100644
--- a/multimedia/vvdec/Makefile
+++ b/multimedia/vvdec/Makefile
@@ -23,6 +23,8 @@ CMAKE_OFF=	FREEBSD_VVDEC_ENABLE_X86_SIMD \
 CMAKE_TESTING_ON=	BUILD_TESTING VVDEC_ENABLE_BITSTREAM_DOWNLOAD
 CMAKE_TESTING_TARGET=	test
 
+CXXFLAGS+=	-Wno-error=pass-failed
+
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == riscv64


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696184e7.27683.6f0a43e5>