Skip to content

Commit

Permalink
multimedia/vvdec: enable on armv6, armv7, and arm64
Browse files Browse the repository at this point in the history
Builds fine.

Approved by:	portmgr (build fix blanket)
MFH:		2023Q4
  • Loading branch information
clausecker committed Nov 18, 2023
1 parent 3db813e commit a2cf6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/vvdec/Makefile
Expand Up @@ -10,7 +10,7 @@ WWW= https://github.com/fraunhoferhhi/vvdec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le riscv64
ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 powerpc powerpc64 powerpc64le riscv64

USES= cmake:noninja,testing compiler:c++14-lang
USE_LDCONFIG= yes
Expand Down

0 comments on commit a2cf6f9

Please sign in to comment.