summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-26 23:54:58 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-27 09:34:02 +0100
commit9275d9229f6f13fd2b3f7577b56df158249fd9fa (patch)
treeb98b5ca32659c7c6651afab2a5b8240d9ccd1e33
parentdev-ml/parmap: Bump to 1.0 rc8 (diff)
downloadgentoo-9275d9229f6f13fd2b3f7577b56df158249fd9fa.tar.gz
gentoo-9275d9229f6f13fd2b3f7577b56df158249fd9fa.tar.bz2
gentoo-9275d9229f6f13fd2b3f7577b56df158249fd9fa.zip
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
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 71ed7c1125bc..90445b61991f 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}
"