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
|
||||
alsaLib
|
||||
openalSoft
|
||||
libva
|
||||
] ++ lib.optional newStdcpp gcc.cc;
|
||||
|
||||
ourRuntime = if runtimeOnly then []
|
||||
|
|
Loading…
Reference in New Issue