Package Dependencies - Updates (#281)
* Package Dependencies - Updates
* Remove - --no-32
[ROCm/rocdecode commit: 5fdedf2351]
이 커밋은 다음에 포함됨:
@@ -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.
|
||||
|
||||
|
||||
새 이슈에서 참조
사용자 차단