From 59746701dd30ca5d8890d64ca47113c560f71646 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Thu, 8 Sep 2016 09:07:15 +0200 Subject: [PATCH] Disable opencv for f25 --- ffmpeg.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index 53e9829..781326a 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -4,6 +4,12 @@ #global date 20110612 #global rel rc1 +%if 0%{?fedora} >= 25 +# OpenCV 3.X has an overlinking issue - unsuitable for core libraries +# Reported as https://github.com/opencv/opencv/issues/7001 +%global _without_opencv 1 +%endif + %if 0%{?rhel} %global _without_frei0r 1 %global _without_opencv 1