Skip to content

Commit

Permalink
multimedia/vvdec: enable on riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Feb 16, 2022
1 parent 1132f2b commit ed8cbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multimedia/vvdec/Makefile
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit ed8cbc2

Please sign in to comment.