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!
This commit is contained in:
Brian McKenna 2016-03-29 09:14:27 +11:00
parent dcae10ebda
commit d47e2fde69

View File

@ -85,6 +85,7 @@ let
libpulseaudio libpulseaudio
alsaLib alsaLib
openalSoft openalSoft
libva
] ++ lib.optional newStdcpp gcc.cc; ] ++ lib.optional newStdcpp gcc.cc;
ourRuntime = if runtimeOnly then [] ourRuntime = if runtimeOnly then []