diff options
author | Martin Stransky <stransky@redhat.com> | 2020-09-07 21:42:31 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-09-07 21:42:31 +0200 |
commit | 37545e044878c16529ce345323a77b6685fae182 (patch) | |
tree | 6c2df2041890c7c7cd8f3fdc3b7d1c920f8c894a /firefox-mozconfig | |
parent | changelog fix (diff) | |
download | librewolf-fedora-ff-37545e044878c16529ce345323a77b6685fae182.tar.gz librewolf-fedora-ff-37545e044878c16529ce345323a77b6685fae182.tar.bz2 librewolf-fedora-ff-37545e044878c16529ce345323a77b6685fae182.zip |
Build with Openh264 support (mozbz#1057646)
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r-- | firefox-mozconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index ef68221..9003a7e 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -14,6 +14,8 @@ ac_add_options --update-channel=release # Workaround for mozbz#1341234 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" ac_add_options --allow-addon-sideload +ac_add_options --with-system-openh264 +ac_add_options --with-system-fdk-aac export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |