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