Disabled av1/libaom on ARM due to build failure

This commit is contained in:
Martin Stransky 2018-10-22 13:29:41 +02:00
parent cfd37c1e3b
commit 671bf3c562

View File

@ -1,4 +1,3 @@
# Use system nspr/nss?
%global system_nss 1 %global system_nss 1
%global system_sqlite 0 %global system_sqlite 0
%global system_ffi 1 %global system_ffi 1
@ -8,7 +7,6 @@
%global hardened_build 1 %global hardened_build 1
%global system_jpeg 1 %global system_jpeg 1
# Make Wayland backend default?
%if 0%{?fedora} > 29 %if 0%{?fedora} > 29
%global wayland_backend_default 1 %global wayland_backend_default 1
%else %else
@ -409,8 +407,10 @@ echo "ac_add_options --disable-optimize" >> .mozconfig
%else %else
%global optimize_flags "none" %global optimize_flags "none"
%ifarch armv7hl %ifarch armv7hl
# ARMv7 need that (rhbz#1426850) # ARMv7 needs that (rhbz#1426850)
%global optimize_flags "-g -O2 -fno-schedule-insns" %global optimize_flags "-g -O2 -fno-schedule-insns"
# Disable libaom due to rhbz#1641623
echo "ac_add_options --disable-av1" >> .mozconfig
%endif %endif
%ifarch ppc64le aarch64 %ifarch ppc64le aarch64
%global optimize_flags "-g -O2" %global optimize_flags "-g -O2"