From 32d98a3796b058e946d5d41ed5637129c312a8e9 Mon Sep 17 00:00:00 2001
From: iigs <2274777+iigs@users.noreply.github.com>
Date: Wed, 27 Mar 2024 22:04:09 +0100
Subject: [PATCH] firefox: update to 124.0

---
 components/web/firefox/patches/03-force-audio-non-utility.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/components/web/firefox/patches/03-force-audio-non-utility.patch b/components/web/firefox/patches/03-force-audio-non-utility.patch
new file mode 100644
index 0000000..80ea0db
--- /dev/null
+++ b/components/web/firefox/patches/03-force-audio-non-utility.patch
@@ -0,0 +1,12 @@
+Audio/video doesn't work with new Utility system
+--- firefox-124.0.1/modules/libpref/init/StaticPrefList.yaml.old	2024-03-26 13:47:37.616835054 -0400
++++ firefox-124.0.1/modules/libpref/init/StaticPrefList.yaml	2024-03-26 13:49:10.275587089 -0400
+@@ -10006,7 +10006,7 @@
+ # of Utility.
+ -   name: media.allow-audio-non-utility
+     type: RelaxedAtomicBool
+-    value: false
++    value: true
+     mirror: always
+ 
+ #ifdef MOZ_OMX

--
Gitblit v1.9.3