kodi: link to libva-full

Fixes #19480 (vaapi support)
This commit is contained in:
Carles Pagès 2016-10-13 11:28:50 +02:00
parent 9617f61164
commit d037837cf9

View file

@ -15053,7 +15053,9 @@ in
gtk = gtk2;
};
kodiPlain = callPackage ../applications/video/kodi { };
kodiPlain = callPackage ../applications/video/kodi {
libva = libva-full;
};
xbmcPlain = kodiPlain;
kodiPlugins = recurseIntoAttrs (callPackage ../applications/video/kodi/plugins.nix {