From ffe028ba6a499273dcdb101916cd2931938ac7f8 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Wed, 21 Feb 2024 12:49:33 +0800 Subject: [PATCH] Fix obs failure --- ffmpeg.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index e6341bd..e846c48 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -20,11 +20,6 @@ %global _without_xvid 1 %endif -# Disable nvenc when not relevant -%ifnarch %{cuda_arches} -%global _without_nvenc 1 -%endif - # extras flags %if 0%{!?_cuda_version:1} %global _cuda_version 10.2 @@ -61,7 +56,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 4.4.4 -Release: 1 +Release: 2 License: GPL-3.0-or-later URL: http://ffmpeg.org/ Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz @@ -394,6 +389,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Wed Feb 21 2024 Dongxing Wang - 4.4.4-2 +- Fix obs failure + * Wed Nov 27 2023 Jingwiw - 4.4.4-1 - Upgrade to 4.4.4 -- Gitee