All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mpg123: bump to 1.20.0, providing better optimizations for ARM and AArch64
Date: Sun, 1 Jun 2014 15:20:22 +0200	[thread overview]
Message-ID: <20140601132022.GE3430@free.fr> (raw)
In-Reply-To: <1401628284-23998-1-git-send-email-thomas.petazzoni@free-electrons.com>

Thomas, All,

On 2014-06-01 15:11 +0200, Thomas Petazzoni spake thusly:
> As suggested by Gustavo, this patch bumps mpg123 to 1.20.0, and
> therefore superseds the patch initially provided by Sven Neumann. In
> 1.20.0, there is a new CPU type arm_fpu, which will compile code for
> both VFP and NEON, and choose at runtime which one to use.
> 
> Similarly for AArch64, the option --with-cpu=aarch64 will compile both
> the NEON and generic decoders, and select at runtime which one to use.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/mpg123/mpg123.mk | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk
> index d66592c..ac64132 100644
> --- a/package/mpg123/mpg123.mk
> +++ b/package/mpg123/mpg123.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MPG123_VERSION = 1.18.0
> +MPG123_VERSION = 1.20.0
>  MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
>  MPG123_SITE = http://downloads.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
>  MPG123_CONF_OPT = --disable-lfs-alias
> @@ -14,9 +14,17 @@ MPG123_LICENSE_FILES = COPYING
>  
>  MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic_fpu)
>  
> +ifeq ($(BR2_aarch64),y)
> +MPG123_CPU = aarch64
> +endif
> +
>  ifeq ($(BR2_arm),y)
> +ifeq ($(or $(BR2_ARM_CPU_HAS_NEON),$(BR2_ARM_CPU_HAS_VFPV2)),y)
> +MPG123_CPU = arm_fpu
> +else
>  MPG123_CPU = arm_nofpu
>  endif
> +endif
>  
>  ifeq ($(BR2_i386),y)
>  MPG123_CPU = x86
> -- 
> 1.9.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-06-01 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-01 13:11 [Buildroot] [PATCH] mpg123: bump to 1.20.0, providing better optimizations for ARM and AArch64 Thomas Petazzoni
2014-06-01 13:20 ` Yann E. MORIN [this message]
2014-06-01 19:35 ` Peter Korsgaard

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=20140601132022.GE3430@free.fr \
    --to=yann.morin.1998@free.fr \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.