From 4fc5ebfabe8ab6d2cde813dc2554c6e3f19c9515 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 5 May 2020 19:14:09 +0200 Subject: Disable AV1 on Fedora 30 --- firefox.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 67449a5..347f858 100644 --- a/firefox.spec +++ b/firefox.spec @@ -495,6 +495,13 @@ echo "ac_add_options --enable-address-sanitizer" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig %endif +# We don't have recent nasm on Fedora 30...time to update to Fedora 31. +%if 0%{?fedora} < 31 +ac_add_options --disable-av1 +%else +ac_add_options --enable-av1 +%endif + # api keys full path echo "ac_add_options --with-mozilla-api-keyfile=`pwd`/mozilla-api-key" >> .mozconfig # It seems that the api key we have is for the safe browsing only -- cgit