CMakeLists - Updates and cleanup (#483)

* CMakeLists - Updates and cleanup

* CTest - CXX Compiler Updates

* Package - Remove FFMPEG exe deps

* CMakeLists - Updates and cleanup

* CTest - CXX Compiler Updates

* Package - Remove FFMPEG exe deps

* FFMPEG - Updates

[ROCm/rocdecode commit: 913b6728f0]
This commit is contained in:
Kiriti Gowda
2025-01-02 06:42:31 -08:00
committed by GitHub
parent 8136f59dc0
commit 9b64f18bc0
21 changed files with 98 additions and 91 deletions
@@ -8,7 +8,7 @@
* On `Ubuntu`
```shell
sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev
sudo apt install libavcodec-dev libavformat-dev libavutil-dev
```
* On `RHEL`/`SLES` - install ffmpeg development packages manually or use [rocDecode-setup.py](../../rocDecode-setup.py) script