From 9bdc2090ca821c6b43ec4e69ee9ac6a34dd35ca3 Mon Sep 17 00:00:00 2001 From: Azril Ahmad Date: Fri, 23 Oct 2015 11:48:40 +0800 Subject: libva-intel-driver: Fix timestamping issue for VC1/WMV VAAPI decode under BSW CHV Include the upstreamed patch to fix the timestamping issue that observed during the WMV/VC1 VAAPI decode under GStreamer on BSW CHV. The patch was imported from FreeDesktop VAAPI git server (git://anongit.freedesktop.org/vaapi/intel-driver) as of commit id 4307780b648245aba4ff338dcfe0172dec2e12e9 Signed-off-by: Azril Ahmad Signed-off-by: Saul Wold --- common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb') diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb index ba09c2c6..dfb1ec1a 100644 --- a/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb +++ b/common/recipes-multimedia/libva/libva-intel-driver_1.5.0.bb @@ -14,7 +14,9 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' DEPENDS = "libva libdrm" SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2" -SRC_URI += "file://wayland-include.patch" +SRC_URI += "file://wayland-include.patch \ + file://Use-VMask-instead-of-DMask-in-3DSTATE_PS-on-GEN8.patch \ + " SRC_URI[md5sum] = "16752f1584398265072129553b7907ce" SRC_URI[sha256sum] = "d0b448193ab34b622cd14e4db8ca29991a4038b4eb459a8fbbcbd7db843da3dc" -- cgit v1.2.3-54-g00ecf