Merge pull request #146923 from ck3d/fix-vaapidevice-vaapi-x11
vdr-vaapidevice: Fix libva-x11
This commit is contained in:
commit
cb4c8d3e51
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ in {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace vaapidev.c --replace /usr/bin/X ${xorgserver}/bin/X
|
||||
# https://github.com/rofafor/vdr-plugin-vaapidevice/issues/5
|
||||
substituteInPlace Makefile --replace libva libva-x11
|
||||
'';
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue