summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-07-29 10:16:35 +0200
committerMartin Stransky <stransky@redhat.com>2020-07-29 10:16:35 +0200
commitf84c39e4f925b3f3c964fa7086f8f486ef951bd5 (patch)
tree8b5145dd8f3d2f03574717269226244eab544b15 /firefox-mozconfig
parentDisabled PGO due to rhbz#1849165 (gcc internal error) (diff)
parentBuild webrtc on aarch64/armv7, fixes rhbz #1858433 (diff)
downloadlibrewolf-fedora-ff-f84c39e4f925b3f3c964fa7086f8f486ef951bd5.tar.gz
librewolf-fedora-ff-f84c39e4f925b3f3c964fa7086f8f486ef951bd5.tar.bz2
librewolf-fedora-ff-f84c39e4f925b3f3c964fa7086f8f486ef951bd5.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 9cae2b0..ef68221 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -7,6 +7,7 @@ ac_add_options --enable-necko-wifi
ac_add_options --disable-updater
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
+ac_add_options --enable-av1
ac_add_options --without-system-icu
ac_add_options --enable-release
ac_add_options --update-channel=release
bgstack15