diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-12 15:13:40 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-12 15:13:40 +0100 |
commit | 995e388676063821cc6974567c222ae962eb7e14 (patch) | |
tree | 8ed572924ce11f232c43215ed51f0008cdec775a /firefox-mozconfig | |
parent | AV1 build patches (diff) | |
download | librewolf-fedora-ff-995e388676063821cc6974567c222ae962eb7e14.tar.gz librewolf-fedora-ff-995e388676063821cc6974567c222ae962eb7e14.tar.bz2 librewolf-fedora-ff-995e388676063821cc6974567c222ae962eb7e14.zip |
BuildRequire nasm >= 1.13 for libav1
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 d8bf8f3..3df0a66 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -18,6 +18,7 @@ ac_add_options --update-channel=release ac_add_options --disable-system-sqlite # Workaround for mozbz#1341234 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" +ac_add_options --enable-av1 export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |