From a2d3cd97ccca698201bdee04a7d4a0ff2ab5d22a Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Tue, 2 Dec 2025 14:46:12 -0500 Subject: [PATCH] Docs - updated the libva requirements for 7.2 (#207) * updated the libva requirements for 7.2 * updated with feedback from Aryan * messed up the library reqs; fixed * added a later * made the changelog clearer [ROCm/rocjpeg commit: 1a86352fdd7aea9a70eb0e6a65e41fab4b7fcf7e] --- projects/rocjpeg/CHANGELOG.md | 2 +- .../rocjpeg/docs/install/rocjpeg-prerequisites.rst | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/projects/rocjpeg/CHANGELOG.md b/projects/rocjpeg/CHANGELOG.md index 60bcfe3fba..b58ce534a0 100644 --- a/projects/rocjpeg/CHANGELOG.md +++ b/projects/rocjpeg/CHANGELOG.md @@ -7,7 +7,7 @@ Documentation for rocJPEG is available at ## Changed * Updated libdrm path configuration and libva version requirements for ROCm and TheRock platforms -* Drop `libva-amdgpu`/`libva-amdgpu-devel` use in RHEL8, use public `libva-devel` package +* RHEL now uses `libva-devel` instead of `libva-amdgpu`/`libva-amdgpu-devel` * Use ROCm clang++ from `${ROCM_PATH}/lib/llvm/bin` location ## rocjpeg 1.2.0 for ROCm 7.1.0 diff --git a/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst b/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst index c5d5eb68bf..c9253e4167 100644 --- a/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst +++ b/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst @@ -20,9 +20,11 @@ See `Supported operating systems `_ setup script available in the rocJPEG GitHub repository to install these prerequisites. -* AMD Clang++ * CMake version 3.10 or later -* Video Acceleration API (VA-API) - libva-amdgpu-dev is an AMD implementation for VA-API +* AMD Clang++ * AMD VA Drivers -* libstdc++-12-dev for installations on Ubuntu 22.04 -* HIP, specifically the ``hip-dev`` package +* libva-devel on RHEL and SLES +* libva-dev on Ubuntu 24.04 and later +* libva-amdgpu-dev on Ubuntu 22.04 only +* libstdc++-12-dev on Ubuntu 22.04 only +* HIP, specifically the ``hip-dev`` package \ No newline at end of file