From a2c1b6c5d2d7012a2b7df26950ac38c5be4a6394 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 5 May 2020 20:11:17 +0200 Subject: spec build tweaks --- firefox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index f604edd..7e2bc01 100644 --- a/firefox.spec +++ b/firefox.spec @@ -497,9 +497,9 @@ echo "ac_add_options --disable-jemalloc" >> .mozconfig # We don't have recent nasm on Fedora 30...time to update to Fedora 31. %if 0%{?fedora} < 31 -ac_add_options --disable-av1 +echo "ac_add_options --disable-av1" >> .mozconfig %else -ac_add_options --enable-av1 +echo "ac_add_options --enable-av1" >> .mozconfig %endif # api keys full path -- cgit