Merge pull request #14278 from puffnfresh/bug/steam-hardware-decoding

steam: enable hardware decoding (for In-Home Streaming)
This commit is contained in:
Nikolay Amiantov 2016-03-29 02:19:57 +04:00
commit 986a42c461

View file

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