diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/intel-corei7-64/50_local.conf.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/machine/intel-corei7-64/50_local.conf.inc b/templates/machine/intel-corei7-64/50_local.conf.inc index e88000f5c..7c921b70e 100644 --- a/templates/machine/intel-corei7-64/50_local.conf.inc +++ b/templates/machine/intel-corei7-64/50_local.conf.inc @@ -18,3 +18,10 @@ MACHINE = "intel-corei7-64" # # All boot message will be off #APPEND += "quiet" + +# Enable Libvaapi for HW accelerated video support +# +IMAGE_INSTALL_append = " \ + libva \ + va-intel \ + gstreamer-vaapi-1.0 " |