From fc0810c1a10c9c8d6345e8db6d12d1440bd539bd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 2 Jan 2022 15:13:45 -0600 Subject: [PATCH] do not disable neon support Signed-off-by: Dennis Gilmore --- libwebp.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libwebp.spec b/libwebp.spec index a4cb00b..2173845 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -2,7 +2,7 @@ Name: libwebp Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://webmproject.org/ Summary: Library and tools for the WebP graphics format # Additional IPR is licensed as well. See PATENTS file for details @@ -72,11 +72,8 @@ autoreconf -vif %ifarch aarch64 export CFLAGS="%{optflags} -frename-registers" %endif -# Neon disabled due to resulting CFLAGS conflict resulting in -# inlining failed in call to always_inline '[...]': target specific option mismatch %configure --disable-static --enable-libwebpmux \ - --enable-libwebpdemux --enable-libwebpdecoder \ - --disable-neon + --enable-libwebpdemux --enable-libwebpdecoder %make_build V=1 make -C examples vwebp @@ -143,6 +140,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %changelog +* Sun Jan 02 2022 Dennis Gilmore - 1.2.2-2 +- do not disable neon support + * Sun Aug 15 2021 Sandro Mani - 1.2.1-1 - Update to 1.2.1