1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 12:57:22 +02:00

gpu/intel: remove outdated libvdpau-va-gl driver

the existing drivers should provide video accelerations since broadwell.
This driver also caused a crash in the past in VLC:
https://github.com/NixOS/nixpkgs/issues/283083
This commit is contained in:
Jörg Thalheim 2024-06-26 08:47:50 +02:00 committed by mergify[bot]
parent ae13b3761c
commit 4677bf5e89

View file

@ -37,7 +37,6 @@
else
intel-vaapi-driver
)
libvdpau-va-gl
intel-media-driver
];
@ -48,7 +47,6 @@
else
intel-vaapi-driver
)
libvdpau-va-gl
intel-media-driver
];