commit f400d60b066a183e538ad0e789f482c118a677e1
Author: Nicolas Chauvet <nchauvet(a)linagora.com>
Date: Wed Jan 17 18:34:43 2024 +0100
Revert "Disable libavcodec-freeworld for cuda"
This reverts commit 14d4c8b5a74ce38681132374e3888f2f3a937705.
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9eb24b9..ca61231 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global commit 691d01989936d4b0681aa226aea8a19f06c04cea
#global rel %(c=%{commit}; echo ${c:0:7})
-%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
+%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
%bcond_without libavcodec_freeworld
%else
%bcond_with libavcodec_freeworld
Show replies by date