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

vdr-vaapidevice: Fix libva-x11
This commit is contained in:
markuskowa 2021-11-21 21:49:30 +01:00 committed by GitHub
commit cb4c8d3e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {