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
Tento commit je obsažen v:
Kiriti Gowda
2025-01-02 06:42:31 -08:00
odevzdal GitHub
rodič 5365ceabec
revize 913b6728f0
21 změnil soubory, kde provedl 98 přidání a 91 odebrání
+1 -2
Zobrazit soubor
@@ -29,7 +29,7 @@ else:
import subprocess
__copyright__ = "Copyright (c) 2023 - 2024, AMD ROCm rocDecode"
__version__ = "2.4.0"
__version__ = "2.5.0"
__email__ = "mivisionx.support@amd.com"
__status__ = "Shipping"
@@ -182,7 +182,6 @@ runtimeDebianPackages = [
'vainfo'
]
ffmpegDebianPackages = [
'ffmpeg',
'libavcodec-dev',
'libavformat-dev',
'libavutil-dev'