Merge pull request #146923 from ck3d/fix-vaapidevice-vaapi-x11

vdr-vaapidevice: Fix libva-x11

authored by

markuskowa and committed by
GitHub
cb4c8d3e 0939143e

+2
+2
pkgs/applications/video/vdr/plugins.nix
··· 62 63 postPatch = '' 64 substituteInPlace vaapidev.c --replace /usr/bin/X ${xorgserver}/bin/X 65 ''; 66 67 src = fetchFromGitHub {
··· 62 63 postPatch = '' 64 substituteInPlace vaapidev.c --replace /usr/bin/X ${xorgserver}/bin/X 65 + # https://github.com/rofafor/vdr-plugin-vaapidevice/issues/5 66 + substituteInPlace Makefile --replace libva libva-x11 67 ''; 68 69 src = fetchFromGitHub {