summaryrefslogtreecommitdiff
path: root/mozilla-1665329.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-17 08:05:13 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-17 08:05:13 +0200
commitac3e0593c47ceb6eda414ee33f605363125ab0a0 (patch)
treee26c976340e3334586fa02d30abeaacef43d6101 /mozilla-1665329.patch
parentAdded MACH_USE_SYSTEM_PYTHON=1 (diff)
downloadlibrewolf-fedora-ff-ac3e0593c47ceb6eda414ee33f605363125ab0a0.tar.gz
librewolf-fedora-ff-ac3e0593c47ceb6eda414ee33f605363125ab0a0.tar.bz2
librewolf-fedora-ff-ac3e0593c47ceb6eda414ee33f605363125ab0a0.zip
Added upstream patches mzbz#1665324 mozbz#1665329
Diffstat (limited to 'mozilla-1665329.patch')
-rw-r--r--mozilla-1665329.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/mozilla-1665329.patch b/mozilla-1665329.patch
new file mode 100644
index 0000000..62ce5ae
--- /dev/null
+++ b/mozilla-1665329.patch
@@ -0,0 +1,16 @@
+diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
+--- a/modules/libpref/init/StaticPrefList.yaml
++++ b/modules/libpref/init/StaticPrefList.yaml
+@@ -7565,11 +7565,7 @@
+ # acceleration for decoding.
+ - name: media.navigator.mediadatadecoder_vpx_enabled
+ type: RelaxedAtomicBool
+- #if defined(NIGHTLY_BUILD)
+ value: true
+- #else
+- value: false
+- #endif
+ mirror: always
+
+ # Use MediaDataDecoder API for H264 in WebRTC. This includes hardware
+
bgstack15