diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 14:52:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 15:15:19 +0200 |
commit | 50fa8194d60eaf8fb684085959665d7051e4749a (patch) | |
tree | 798f9e8e75a9f88b6b76943ca8e48e6e18e65f15 /media-video | |
parent | dev-libs/json-c: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-50fa8194d60eaf8fb684085959665d7051e4749a.tar.gz gentoo-50fa8194d60eaf8fb684085959665d7051e4749a.tar.bz2 gentoo-50fa8194d60eaf8fb684085959665d7051e4749a.zip |
media-video/libav: Dont pass -mfpu=neon on arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/libav/libav-12.1.ebuild | 2 | ||||
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-video/libav/libav-12.1.ebuild b/media-video/libav/libav-12.1.ebuild index 35f9021007d8..0790d536a5f9 100644 --- a/media-video/libav/libav-12.1.ebuild +++ b/media-video/libav/libav-12.1.ebuild @@ -261,7 +261,7 @@ multilib_src_configure() { done # pass the right -mfpu as extra - use neon && append-cflags -mfpu=neon + use neon && use arm && append-cflags -mfpu=neon # disable mmx accelerated code if PIC is required # as the provided asm decidedly is not PIC for x86. diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index ac7575b7a84d..ebdd0e1d9e61 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -248,7 +248,7 @@ multilib_src_configure() { done # pass the right -mfpu as extra - use neon && append-cflags -mfpu=neon + use neon && use arm && append-cflags -mfpu=neon # disable mmx accelerated code if PIC is required # as the provided asm decidedly is not PIC for x86. |