summaryrefslogtreecommitdiff
path: root/disable-openh264-download.patch
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 /disable-openh264-download.patch
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 'disable-openh264-download.patch')
-rw-r--r--disable-openh264-download.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/disable-openh264-download.patch b/disable-openh264-download.patch
new file mode 100644
index 0000000..1064911
--- /dev/null
+++ b/disable-openh264-download.patch
@@ -0,0 +1,14 @@
+diff -up firefox-81.0/toolkit/modules/GMPInstallManager.jsm.old firefox-81.0/toolkit/modules/GMPInstallManager.jsm
+--- firefox-81.0/toolkit/modules/GMPInstallManager.jsm.old 2020-09-25 10:39:04.769458703 +0200
++++ firefox-81.0/toolkit/modules/GMPInstallManager.jsm 2020-09-25 10:39:22.038504747 +0200
+@@ -54,10 +54,6 @@ function getScopedLogger(prefix) {
+
+ const LOCAL_GMP_SOURCES = [
+ {
+- id: "gmp-gmpopenh264",
+- src: "chrome://global/content/gmp-sources/openh264.json",
+- },
+- {
+ id: "gmp-widevinecdm",
+ src: "chrome://global/content/gmp-sources/widevinecdm.json",
+ },
bgstack15