ject: git: 5ff04b5b479a - main - multimedia/vvdec: fix build on powerpc64 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5ff04b5b479ae1576092c9f0bf2da2fc2eefc474 Auto-Submitted: auto-generated Date: Fri, 09 Jan 2026 22:44:55 +0000 Message-Id: <696184e7.27683.6f0a43e5@gitrepo.freebsd.org> The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff04b5b479ae1576092c9f0bf2da2fc2eefc474 commit 5ff04b5b479ae1576092c9f0bf2da2fc2eefc474 Author: Piotr Kubaj AuthorDate: 2026-01-08 23:45:01 +0000 Commit: Piotr Kubaj 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 .if ${ARCH} == riscv64