diff options
author | Martin Stransky <stransky@redhat.com> | 2020-09-25 11:54:11 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-09-25 11:54:11 +0200 |
commit | 85160fd5ada4c253df27ca0a6136ec6b53200135 (patch) | |
tree | cae243f8068d9e00b59665c86c339e6676d4a511 /disable-openh264-download.patch | |
parent | Enable parallel builds for aarch64 (diff) | |
download | librewolf-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.patch | 14 |
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", + }, |