From c0a1a5f829d31e6c6dd7b6a2b0a9161862d1a1e3 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 18 Mar 2023 08:01:35 +0000 Subject: [PATCH] libva-utils: update to 2.18.1 log: - https://github.com/intel/libva-utils/compare/2.17.1...2.18.1 Version 2.18.0 - 17.Mar.2023 * doc:Add build and install libva-utils steps * test: Add VAProfileH264High10 * test: Don't assume our DRM node is first * add: va_display_drm: Allow VGEM for WSL2 * win: win32 compat: Fix setenv/unsetenv return values * fix: Add Th limitation by HUFFMAN_TABLES Count * fix: Add refresh_frame_flags in PPS * fix: Add checking of stream_scan size * fix: Add Scan Num limitation * fix: Changed H2S configuration template. * fix: Correct maximum display luminance per VAAPI definition. * fix: Fix possible memory leak * fix: Fix coding issues of function return type & ref_frame_idx idx too large --- packages/debug/libva-utils/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/debug/libva-utils/package.mk b/packages/debug/libva-utils/package.mk index a48cafe473..74ead9ad34 100644 --- a/packages/debug/libva-utils/package.mk +++ b/packages/debug/libva-utils/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libva-utils" -PKG_VERSION="2.17.1" -PKG_SHA256="6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966" +PKG_VERSION="2.18.1" +PKG_SHA256="79da4a683dc4b10639edd7ad4c9434789ef208f5361f87aca9bc986a4ebcb155" PKG_LICENSE="GPL" PKG_SITE="https://github.com/01org/libva-utils" PKG_URL="https://github.com/intel/libva-utils/archive/${PKG_VERSION}.tar.gz"