Package Dependencies - Updates (#281)

* Package Dependencies - Updates

* Remove - --no-32

[ROCm/rocdecode commit: 5fdedf2351]
이 커밋은 다음에 포함됨:
Kiriti Gowda
2024-03-07 14:17:09 -08:00
커밋한 사람 GitHub
부모 a515da0f6e
커밋 30b97d5ea0
6개의 변경된 파일47개의 추가작업 그리고 19개의 파일을 삭제
+18 -8
파일 보기
@@ -20,9 +20,24 @@ access the video decoding features available on your GPU.
> [!IMPORTANT]
> `gfx908` or higher GPU required
* Install ROCm `6.1.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html): Required usecases - multimediasdk and rocm
* Install ROCm `6.1.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html): Required usecase - rocm
> [!IMPORTANT]
> `sudo amdgpu-install --usecase=multimediasdk,rocm --no-32`
> `sudo amdgpu-install --usecase=rocm`
* AMD Libdrm
```shell
sudo apt install libdrm-amdgpu-dev
```
* AMD Libva
```shell
sudo apt install libva-amdgpu-dev
```
* AMD VA Drivers
```shell
sudo apt install mesa-amdgpu-va-drivers
```
* CMake `3.5` or later
@@ -36,11 +51,6 @@ access the video decoding features available on your GPU.
sudo apt install pkg-config
```
* AMD Libdrm
```shell
sudo apt install libdrm-amdgpu-dev
```
* [FFmpeg](https://ffmpeg.org/about.html) runtime and headers - for tests and samples
```shell
@@ -75,7 +85,7 @@ The installation process uses the following steps:
* [ROCm-supported hardware](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) install verification
* Install ROCm `6.1.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with `--usecase=multimediasdk,rocm --no-32`
* Install ROCm `6.1.0` or later with [amdgpu-install](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html) with `--usecase=rocm`
* Use either [Package install](#package-install) or [Source install](#source-install) as described below.