From d47e2fde696749e5d79871ca6e85c9e9af67ff25 Mon Sep 17 00:00:00 2001 From: Brian McKenna Date: Tue, 29 Mar 2016 09:14:27 +1100 Subject: [PATCH] steam: enable hardware decoding (for In-Home Streaming) Previous to this patch I was getting software decoding when I used In-Home Streaming. I had a look around and according to: https://bbs.archlinux.org/viewtopic.php?id=187922 > It seems that the libva version Steam comes with, is not compatible anymore to > the newer libva 1.4.0. Substituting in our version of libva gives me hardware decoding! --- pkgs/games/steam/runtime-wrapped.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/steam/runtime-wrapped.nix b/pkgs/games/steam/runtime-wrapped.nix index c1c79f8ac43..a8037be8f83 100644 --- a/pkgs/games/steam/runtime-wrapped.nix +++ b/pkgs/games/steam/runtime-wrapped.nix @@ -85,6 +85,7 @@ let libpulseaudio alsaLib openalSoft + libva ] ++ lib.optional newStdcpp gcc.cc; ourRuntime = if runtimeOnly then []