Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Mon, 27 Feb 2017 08:34:30
Message-Id: 1488184442.3cf0300fd501c2cee18a1089621ce9e70c51e87b.aballier@gentoo
1 commit: 3cf0300fd501c2cee18a1089621ce9e70c51e87b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 08:18:30 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 08:34:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf0300f
7
8 media-video/ffmpeg: require armvfp on arm64 too; same reason as neon.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
16 index 8cf2fc1039..b0dfd9fbc4 100644
17 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
18 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
19 @@ -105,7 +105,7 @@ IUSE="
20 # Strings for CPU features in the useflag[:configure_option] form
21 # if :configure_option isn't set, it will use 'useflag' as configure option
22 ARM_CPU_FEATURES=( armv5te armv6 armv6t2 neon armvfp:vfp )
23 -ARM_CPU_REQUIRED_USE="arm64? ( neon )"
24 +ARM_CPU_REQUIRED_USE="arm64? ( armvfp neon )"
25 MIPS_CPU_FEATURES=( mipsdspr1 mipsdspr2 mipsfpu )
26 PPC_CPU_FEATURES=( altivec )
27 X86_CPU_FEATURES_RAW=( 3dnow:amd3dnow 3dnowext:amd3dnowext aes:aesni avx:avx avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 xop:xop )