moonlight-embedded: add libva support
This enables hardware decoding using VA API.
This commit is contained in:
parent
30e5254de5
commit
fc5b5cdaef
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, perl
|
{ stdenv, fetchFromGitHub, cmake, perl
|
||||||
, alsaLib, libevdev, libopus, udev, SDL2
|
, alsaLib, libevdev, libopus, udev, SDL2
|
||||||
, ffmpeg, pkgconfig, xorg, libvdpau, libpulseaudio, libcec
|
, ffmpeg, pkgconfig, xorg, libvdpau, libpulseaudio, libcec
|
||||||
, curl, expat, avahi, enet, libuuid
|
, curl, expat, avahi, enet, libuuid, libva
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib libevdev libopus udev SDL2
|
alsaLib libevdev libopus udev SDL2
|
||||||
ffmpeg pkgconfig xorg.libxcb libvdpau libpulseaudio libcec
|
ffmpeg pkgconfig xorg.libxcb libvdpau libpulseaudio libcec
|
||||||
xorg.libpthreadstubs curl expat avahi enet libuuid
|
xorg.libpthreadstubs curl expat avahi enet libuuid libva
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user