mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
meta-cedartrail: Add video acceleration
This adds gstreamer and vaapi video acceleration components to enable video acceleration with pvr driver Signed-off-by: Rahul Saxena <rahul.saxena@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
63f88d16e5
commit
418f6d3936
|
|
@ -20,3 +20,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
|||
SYSLINUX_OPTS = "serial 0 115200"
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
APPEND += "console=ttyS0,115200 console=tty0"
|
||||
|
||||
VA_FEATURES ?= "gst-va-intel va-intel"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user