Skip to content

Commit

Permalink
media-video/libav: Dont pass -mfpu=neon on arm64
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed Jun 20, 2017
1 parent b67499c commit 50fa819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media-video/libav/libav-12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions media-video/libav/libav-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 50fa819

Please sign in to comment.