multimedia/vvdec: Remove i386 from ONLY_FOR_ARCHS: only for 64-bit systems as per the static assert in the code
Reported by: fallout
This commit is contained in:
parent
8b386e0137
commit
dbeedc34a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551715
@ -11,8 +11,8 @@ COMMENT= Versatile Video Coding (VVC) decoder
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= Uses explicit SSE instructions without any way to turn them off, can be removed once this bug is fixed: https://github.com/fraunhoferhhi/vvdec/issues/9
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS_REASON= Uses explicit SSE instructions without any way to turn them off, can be removed once this bug is fixed: https://github.com/fraunhoferhhi/vvdec/issues/9; also is for 64-bit systems
|
||||
|
||||
USES= cmake compiler:c++14-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user