Merge pull request #14278 from puffnfresh/bug/steam-hardware-decoding
steam: enable hardware decoding (for In-Home Streaming)
This commit is contained in:
commit
986a42c461
|
@ -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 []
|
||||||
|
|
Loading…
Reference in New Issue