svn commit: r551694 - head/multimedia/vvdec

Yuri Victorovich yuri at FreeBSD.org
Thu Oct 8 04:50:57 UTC 2020


Author: yuri
Date: Thu Oct  8 04:50:56 2020
New Revision: 551694
URL: https://svnweb.freebsd.org/changeset/ports/551694

Log:
  multimedia/vvdec: Add ONLY_FOR_ARCHS
  
  Reported by:	linimon

Modified:
  head/multimedia/vvdec/Makefile

Modified: head/multimedia/vvdec/Makefile
==============================================================================
--- head/multimedia/vvdec/Makefile	Thu Oct  8 04:28:59 2020	(r551693)
+++ head/multimedia/vvdec/Makefile	Thu Oct  8 04:50:56 2020	(r551694)
@@ -11,6 +11,9 @@ 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
+
 USES=		cmake compiler:c++14-lang
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list