[gnome-build-meta] gnome-remote-desktop: Disable hardware acceleration using NVENC and CUDA



commit 4587b4c5d986d8fd27b6ee6a6658a16cebb100bc
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Sep 6 00:04:39 2021 +0100

    gnome-remote-desktop: Disable hardware acceleration using NVENC and CUDA
    
    Build fails at the moment with:
    "
    meson.build:50:4: ERROR: Dependency "ffnvcodec" not found, tried pkgconfig
    "
    
    Fixes #417

 elements/core/gnome-remote-desktop.bst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/elements/core/gnome-remote-desktop.bst b/elements/core/gnome-remote-desktop.bst
index 2e1bb440..54034f73 100644
--- a/elements/core/gnome-remote-desktop.bst
+++ b/elements/core/gnome-remote-desktop.bst
@@ -21,4 +21,4 @@ depends:
 
 variables:
   meson-local: >-
-    -Drdp_unicode_input=false
+    -Dnvenc=false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]