Date: Thu, 8 Oct 2020 16:23:23 +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: r551715 - head/multimedia/vvdec Message-ID: <202010081623.098GNNTZ090789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Oct 8 16:23:22 2020 New Revision: 551715 URL: https://svnweb.freebsd.org/changeset/ports/551715 Log: multimedia/vvdec: Remove i386 from ONLY_FOR_ARCHS: only for 64-bit systems as per the static assert in the code Reported by: fallout Modified: head/multimedia/vvdec/Makefile Modified: head/multimedia/vvdec/Makefile ============================================================================== --- head/multimedia/vvdec/Makefile Thu Oct 8 16:12:49 2020 (r551714) +++ head/multimedia/vvdec/Makefile Thu Oct 8 16:23:22 2020 (r551715) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010081623.098GNNTZ090789>