mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
multimedia/vvdec: enable on riscv64
This commit is contained in:
parent
1132f2bb1d
commit
ed8cbc2f7d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ COMMENT= Versatile Video Coding (VVC) decoder
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le
|
||||
ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le riscv64
|
||||
|
||||
USES= cmake compiler:c++14-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -22,7 +22,7 @@ CMAKE_OFF= FREEBSD_VVDEC_ENABLE_X86_SIMD
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc64
|
||||
.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
|
||||
CMAKE_ARGS+= -DVVDEC_ENABLE_LINK_TIME_OPT:BOOL=OFF
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue