diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-07-28 18:33:44 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2020-07-28 18:33:44 +0100 |
commit | 6dc06e9cbfaa9e0ce124861a172002fccf87c6e7 (patch) | |
tree | 7bd61e44582ff9317b5d3593e240c836f4a5f909 /firefox-mozconfig | |
parent | drop 1238661 patch, no longer applies, patched file not shipped anymore (diff) | |
download | librewolf-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-mozconfig')
-rw-r--r-- | firefox-mozconfig | 1 |
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 |