commit:     9275d9229f6f13fd2b3f7577b56df158249fd9fa
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 22:54:58 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 08:34:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9275d922

media-video/ffmpeg: neon is required on arm64, bug #610768.

See also: 
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/CJHECGIH.html
Both floating-point and NEON are required in all standard ARMv8 implementations.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild 
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 71ed7c1125..90445b6199 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -126,6 +126,7 @@ X86_CPU_REQUIRED_USE="
        cpu_flags_x86_3dnowext?  ( cpu_flags_x86_3dnow )
        cpu_flags_x86_3dnow?  ( cpu_flags_x86_mmx )
 "
+ARM_CPU_REQUIRED_USE="arm64? ( neon )"
 
 IUSE="${IUSE}
        ${ARM_CPU_FEATURES[@]%:*}
@@ -135,6 +136,7 @@ IUSE="${IUSE}
 "
 
 CPU_REQUIRED_USE="
+       ${ARM_CPU_REQUIRED_USE}
        ${X86_CPU_REQUIRED_USE}
 "
 

Reply via email to