summaryrefslogtreecommitdiff
path: root/firefox-disable-ffvpx-with-vapi.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-08-18 17:22:12 +0200
committerMartin Stransky <stransky@redhat.com>2020-08-18 17:22:12 +0200
commitdced7c2e45db854be4905678075a3717fb96c381 (patch)
tree9c9fbcc10cdfe1553ff2e3a8939f8d18e36c580f /firefox-disable-ffvpx-with-vapi.patch
parentpatch cleanup (diff)
downloadlibrewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.tar.gz
librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.tar.bz2
librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.zip
Build fixes - spec, patches
Diffstat (limited to 'firefox-disable-ffvpx-with-vapi.patch')
-rw-r--r--firefox-disable-ffvpx-with-vapi.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-disable-ffvpx-with-vapi.patch b/firefox-disable-ffvpx-with-vapi.patch
index df179b0..c46a11d 100644
--- a/firefox-disable-ffvpx-with-vapi.patch
+++ b/firefox-disable-ffvpx-with-vapi.patch
@@ -30,7 +30,7 @@ diff --git a/dom/media/platforms/PDMFactory.cpp b/dom/media/platforms/PDMFactory
#ifdef MOZ_FFVPX
- if (StaticPrefs::media_ffvpx_enabled()) {
+ if (StaticPrefs::media_ffvpx_enabled() &&
-+ !gfxPlatformGtk::GetPlatform()->UseWaylandHardwareVideoDecoding()) {
++ !gfxPlatformGtk::GetPlatform()->UseHardwareVideoDecoding()) {
m = FFVPXRuntimeLinker::CreateDecoderModule();
StartupPDM(m);
}
bgstack15