commit: c35a6c73010ade98af22d19689979d162a4c89e8 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Jun 19 18:50:41 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Jun 19 18:51:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35a6c73
profiles/arch/arm64: mask cpu_flags_arm_neon on vo-aacenc, its arm32 only profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 9d034e1dbe3..650c49222be 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Alexis Ballier <[email protected]> (19 Jun 2017) +# This is for arm32 only neon asm +media-libs/vo-aacenc cpu_flags_arm_neon + # Alexis Ballier <[email protected]> (16 Jun 2017) # neon on pixman seems armv7 only, at least according to configure checks: it # aborts when neon is enabled.
