mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
multimedia/vvdec: enable on riscv64
This commit is contained in:
parent
1132f2bb1d
commit
ed8cbc2f7d
@ -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…
Reference in New Issue
Block a user