summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-07-28 18:33:44 +0100
committerPeter Robinson <pbrobinson@gmail.com>2020-07-28 18:33:44 +0100
commit6dc06e9cbfaa9e0ce124861a172002fccf87c6e7 (patch)
tree7bd61e44582ff9317b5d3593e240c836f4a5f909 /firefox.spec
parentdrop 1238661 patch, no longer applies, patched file not shipped anymore (diff)
downloadlibrewolf-fedora-ff-6dc06e9cbfaa9e0ce124861a172002fccf87c6e7.tar.gz
librewolf-fedora-ff-6dc06e9cbfaa9e0ce124861a172002fccf87c6e7.tar.bz2
librewolf-fedora-ff-6dc06e9cbfaa9e0ce124861a172002fccf87c6e7.zip
move --enable-av1 to firefox-mozconfig now it doesn't need conditionals
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 0 insertions, 7 deletions
diff --git a/firefox.spec b/firefox.spec
index 8365550..ef3d3d3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -483,13 +483,6 @@ 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
-echo "ac_add_options --disable-av1" >> .mozconfig
-%else
-echo "ac_add_options --enable-av1" >> .mozconfig
-%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
bgstack15