On Wed, Oct 18, 2017 at 04:11:43PM +0200, Clemens Gruber wrote:
> Set check instead of api to automatically use NEON if runtime-checks
> succeed, instead of having to enable it from library user code.
> 
> Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
> ---
>  rules/libpng.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/libpng.make b/rules/libpng.make
> index 2bfe30260..e110f0275 100644
> --- a/rules/libpng.make
> +++ b/rules/libpng.make
> @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_LIBPNG) += libpng
>  #
>  # Paths and names
>  #
> -LIBPNG_VERSION       := 1.6.32

Hmmm, I'm seeing 1.6.29 as the current version.

Michael

> -LIBPNG_MD5   := e01be057a9369183c959b793a685ad15
> +LIBPNG_VERSION       := 1.6.34
> +LIBPNG_MD5   := c05b6ca7190a5e387b78657dbe5536b2
>  LIBPNG               := libpng-$(LIBPNG_VERSION)
>  LIBPNG_SUFFIX        := tar.xz
>  LIBPNG_URL   := $(call ptx/mirror, SF, libpng/$(LIBPNG).$(LIBPNG_SUFFIX))
> @@ -37,7 +37,7 @@ LIBPNG_CONF_OPT := \
>       --enable-unversioned-links \
>       --enable-unversioned-libpng-pc \
>       --enable-unversioned-libpng-config \
> -     --enable-arm-neon=$(call ptx/ifdef, PTXCONF_ARCH_ARM_NEON, api, no) \
> +     --enable-arm-neon=$(call ptx/ifdef, PTXCONF_ARCH_ARM_NEON, check, no) \
>       --disable-mips-msa \
>       --$(call ptx/endis, PTXCONF_ARCH_X86)-intel-sse \
>       --disable-powerpc-vsx \
> -- 
> 2.14.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to