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
This commit is contained in:
Rudi Heitbaum 2023-03-18 08:01:35 +00:00
parent 2d1c38cdd3
commit c0a1a5f829

View File

@ -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"