[Hardware/Mesa] Enable MPEG4 VA-API support

This commit is contained in:
Antoine Viallon 2023-06-29 22:02:12 +02:00
parent fc90a35f59
commit 13926de608
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -82,6 +82,7 @@ in {
# See pkgs.mesa.outputs
environment.variables = {
VAAPI_MPEG4_ENABLED = "1"; # https://docs.mesa3d.org/envvars.html#va-api-environment-variables
};
};
}