From 3ded7aa8e62fa59ff95c6a7337dd7576d1eda87a Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 5 Nov 2020 08:12:57 +0100 Subject: Added mozilla-openh264 dependency to play H264 clips out of the box, Updated Firefox tests --- firefox-mozconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'firefox-mozconfig') diff --git a/firefox-mozconfig b/firefox-mozconfig index 5d2ef9d..0528687 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -15,6 +15,7 @@ ac_add_options --update-channel=release ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" ac_add_options --allow-addon-sideload ac_add_options --with-system-fdk-aac +ac_add_options --enable-js-shell export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 -- cgit