From d7bb75a2c6c33f10934b911d2af49b2401d9c5c4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 15 Feb 2023 16:02:24 -0500 Subject: [PATCH] Drop unused opencv BuildRequires opencv has deliberately broken their C API as of 3.4 and completely removed it in 4.0, meaning there is no way to enable OpenCV in ffmpeg without completely rewriting the filter in C++. https://github.com/opencv/opencv/wiki/ChangeLog#version400 https://ffmpeg.org/pipermail/ffmpeg-devel/2018-March/226872.html https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915544 --- ffmpeg.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 3d9006f..9596407 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -221,7 +221,6 @@ BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(opencore-amrnb) BuildRequires: pkgconfig(OpenCL) -BuildRequires: pkgconfig(opencv4) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(rav1e) BuildRequires: pkgconfig(rubberband)