media-libs/vo-aacenc: convert to cpu_flags_arm

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Alexis Ballier
2017-06-19 18:33:25 +02:00
parent 0bf2653325
commit d96e70d22f
2 changed files with 6 additions and 6 deletions

View File

@@ -28,15 +28,15 @@ SLOT="0"
[[ ${PV} == *9999 ]] || \
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
IUSE="examples static-libs neon"
IUSE="examples static-libs cpu_flags_arm_neon"
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
src_configure() {
use neon && append-flags '-mfpu=neon'
use cpu_flags_arm_neon && append-flags '-mfpu=neon'
local myeconfargs=(
"$(use_enable examples example)"
"$(use_enable neon armv7neon)"
"$(use_enable cpu_flags_arm_neon armv7neon)"
)
autotools-multilib_src_configure
}

View File

@@ -28,15 +28,15 @@ SLOT="0"
[[ ${PV} == *9999 ]] || \
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
IUSE="examples static-libs neon"
IUSE="examples static-libs cpu_flags_arm_neon"
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
src_configure() {
use neon && append-flags '-mfpu=neon'
use cpu_flags_arm_neon && append-flags '-mfpu=neon'
local myeconfargs=(
"$(use_enable examples example)"
"$(use_enable neon armv7neon)"
"$(use_enable cpu_flags_arm_neon armv7neon)"
)
autotools-multilib_src_configure
}