Date: Thu, 8 Oct 2020 04:50:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551694 - head/multimedia/vvdec Message-ID: <202010080450.0984ovcd062515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010080450.0984ovcd062515>