summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-25 11:54:11 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-25 11:54:11 +0200
commit85160fd5ada4c253df27ca0a6136ec6b53200135 (patch)
treecae243f8068d9e00b59665c86c339e6676d4a511 /firefox-mozconfig
parentEnable parallel builds for aarch64 (diff)
downloadlibrewolf-fedora-ff-85160fd5ada4c253df27ca0a6136ec6b53200135.tar.gz
librewolf-fedora-ff-85160fd5ada4c253df27ca0a6136ec6b53200135.tar.bz2
librewolf-fedora-ff-85160fd5ada4c253df27ca0a6136ec6b53200135.zip
Added openh264 fixes
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 ef68221..5d2ef9d 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -14,6 +14,7 @@ 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-fdk-aac
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15