From da2491a04c8e121da8d5b7e3e35d3a7d6e6ba9da Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Tue, 28 Jan 2025 09:03:23 -0500 Subject: [PATCH] Setup - Install ffmpeg-devel on RHEL 9 (#500) --- rocDecode-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocDecode-setup.py b/rocDecode-setup.py index 045e940689..b64430d78c 100644 --- a/rocDecode-setup.py +++ b/rocDecode-setup.py @@ -263,7 +263,7 @@ if developerInstall == 'ON': ERROR_CHECK(os.system('sudo '+linuxFlag+' '+linuxSystemInstall+' '+linuxSystemInstall_check + ' install https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm')) ERROR_CHECK(os.system('sudo '+linuxFlag+' '+linuxSystemInstall+' '+linuxSystemInstall_check + - ' install ffmpeg ffmpeg-free-devel')) + ' install ffmpeg ffmpeg-devel')) elif "SLES" in platfromInfo: # FFMPEG-4 packages ERROR_CHECK(os.system(