Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Disabled altivec optimizations for PPC CPUs lacking it
Date: Fri, 13 May 2011 12:26:29 +0200	[thread overview]
Message-ID: <871v02lwve.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1305231160-15062-1-git-send-email-mike@mikebwilliams.com> (Mike Williams's message of "Thu, 12 May 2011 16:12:40 -0400")

>>>>> "Mike" == Mike Williams <mike@mikebwilliams.com> writes:

 Mike> Signed-off-by: Mike Williams <mike@mikebwilliams.com>
 Mike> ---
 Mike>  package/multimedia/ffmpeg/ffmpeg.mk |    8 ++++++++
 Mike>  1 files changed, 8 insertions(+), 0 deletions(-)

 Mike> diff --git a/package/multimedia/ffmpeg/ffmpeg.mk b/package/multimedia/ffmpeg/ffmpeg.mk
 Mike> index 1e8f09a..e58add4 100644
 Mike> --- a/package/multimedia/ffmpeg/ffmpeg.mk
 Mike> +++ b/package/multimedia/ffmpeg/ffmpeg.mk
 Mike> @@ -142,6 +142,14 @@ endif
 Mike>  ifeq ($(BR2_cortex_a8),y)
 Mike>  FFMPEG_CONF_OPT += --enable-neon
 Mike>  endif
 Mike> +#Set powerpc altivec appropriately
 Mike> +ifeq ($(BR2_powerpc),y)
 Mike> +ifneq ($(BR2_powerpc_7400)$(BR2_powerpc_7450)$(BR2_powerpc_970),)

If prefer to use positive logic, E.G. ifeq (...,y) - Committed with that
change, thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2011-05-13 10:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-12 20:12 [Buildroot] [PATCH] Disabled altivec optimizations for PPC CPUs lacking it Mike Williams
2011-05-13 10:26 ` Peter Korsgaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871v02lwve.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox