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:
parent
ae13b3761c
commit
4677bf5e89
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue