mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/vo-aacenc: convert to cpu_flags_arm
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user