From 994ba9e1647008108079c04fd085efb4dde6e827 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Thu, 8 Sep 2016 09:08:48 +0200 Subject: [PATCH] Disable opencv --- ffmpeg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 781326a..7caf821 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -20,7 +20,7 @@ Summary: Digital VCR and streaming server Name: ffmpeg Version: 3.1.3 -Release: 2%{?date}%{?date:git}%{?rel}%{?dist} +Release: 3%{?date}%{?date:git}%{?rel}%{?dist} %if 0%{?_with_amr} || 0%{?_with_gmp} License: GPLv3+ %else @@ -331,6 +331,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir} %changelog +* Thu Sep 08 2016 Nicolas Chauvet - 3.1.3-3 +- Disable OpenCV for Fedora >= 25 + * Sat Sep 03 2016 Dominik Mierzejewski - 3.1.3-2 - enable QSV support by default, since libmfx is in Fedora now - QSV is x86 only