do not disable neon support
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
554af26267
commit
fc0810c1a1
10
libwebp.spec
10
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 <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
|
||||
- Update to 1.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user