Enabling HW acceleration for Intel with libva and correct libva incorrect runtime...
[AGL/meta-agl.git] / templates / machine / intel-corei7-64 / 50_local.conf.inc
index e88000f..7c921b7 100644 (file)
@@ -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 "