From 8825a6e7c5c0d1e1d17e2bb8ed23dc8b3c9ce8ab Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 16 Nov 2018 18:13:00 +0800 Subject: [PATCH] libva: update 2.2.0 -> 2.3.0 >From release notes: Bump VA-API version to 1.3.0 and libva to 2.3.0 Add max frame size parameters for multiple pass case in legacy mode Add new BRC mode AVBR Add new interface for High Dynamic Range tone mapping Add missing enum to string conversions Add hevc subsets parameters structure Add Customized Noise Reduction (HVS) interfaces Add new BRC mode definition QVBR Add more complete colour properties for use in VPP Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- .../recipes-graphics/libva/{libva_2.2.0.bb => libva_2.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/libva/{libva_2.2.0.bb => libva_2.3.0.bb} (92%) diff --git a/meta/recipes-graphics/libva/libva_2.2.0.bb b/meta/recipes-graphics/libva/libva_2.3.0.bb similarity index 92% rename from meta/recipes-graphics/libva/libva_2.2.0.bb rename to meta/recipes-graphics/libva/libva_2.3.0.bb index 11e57e0eb8..4aab5269aa 100644 --- a/meta/recipes-graphics/libva/libva_2.2.0.bb +++ b/meta/recipes-graphics/libva/libva_2.3.0.bb @@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" -SRC_URI[md5sum] = "92d04ad1700136dc75b1e5f47516e704" -SRC_URI[sha256sum] = "6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2" +SRC_URI[md5sum] = "2555c46075ab2f6128f39902ba1c6183" +SRC_URI[sha256sum] = "60840e50da6932ee2111e15fc8911180ff8a0d6f18bb9cc6ba8c1030098fdce4" UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" -- 2.40.1