do not disable neon support

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2022-01-02 15:13:45 -06:00
parent 554af26267
commit fc0810c1a1

View File

@ -2,7 +2,7 @@
Name: libwebp Name: libwebp
Version: 1.2.1 Version: 1.2.1
Release: 1%{?dist} Release: 2%{?dist}
URL: http://webmproject.org/ URL: http://webmproject.org/
Summary: Library and tools for the WebP graphics format Summary: Library and tools for the WebP graphics format
# Additional IPR is licensed as well. See PATENTS file for details # Additional IPR is licensed as well. See PATENTS file for details
@ -72,11 +72,8 @@ autoreconf -vif
%ifarch aarch64 %ifarch aarch64
export CFLAGS="%{optflags} -frename-registers" export CFLAGS="%{optflags} -frename-registers"
%endif %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 \ %configure --disable-static --enable-libwebpmux \
--enable-libwebpdemux --enable-libwebpdecoder \ --enable-libwebpdemux --enable-libwebpdecoder
--disable-neon
%make_build V=1 %make_build V=1
make -C examples vwebp make -C examples vwebp
@ -143,6 +140,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
%changelog %changelog
* Sun Jan 02 2022 Dennis Gilmore <dennis@ausil.us> - 1.2.2-2
- do not disable neon support
* Sun Aug 15 2021 Sandro Mani <manisandro@gmail.com> - 1.2.1-1 * Sun Aug 15 2021 Sandro Mani <manisandro@gmail.com> - 1.2.1-1
- Update to 1.2.1 - Update to 1.2.1