From f281b98b9b5eeddf1aef5e27cd5b7ad40e8fe34eebc1c4f916ee3be8eeb4f6c8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 4 Apr 2025 11:34:44 +0200 Subject: [PATCH] Revert "Build with OpenVINO support in libavfilter" This reverts commit ce60e9ed66253f47b0b792b37ef904320acf302508ab86d553e7bf351b558629. Too many build-time dependencies. --- ffmpeg-7.changes | 10 ++++++++++ ffmpeg-7.spec | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ffmpeg-7.changes b/ffmpeg-7.changes index 82da1a0..2553716 100644 --- a/ffmpeg-7.changes +++ b/ffmpeg-7.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 4 09:34:14 UTC 2025 - Jan Engelhardt + +- Disable OpenVINO, too many dependencies for Factory ring1. + ------------------------------------------------------------------- Tue Apr 1 23:38:08 UTC 2025 - Jan Engelhardt @@ -34,6 +39,11 @@ Fri Mar 21 15:28:30 UTC 2025 - Cliff Zhao num_parameters in audio_element_oub(). (CVE-2025-1816, bsc#1238728) +------------------------------------------------------------------- +Sun Mar 23 23:21:26 UTC 2025 - Mia Herkt + +- Build with OpenVINO support in libavfilter + ------------------------------------------------------------------- Wed Mar 5 09:46:09 UTC 2025 - Jan Engelhardt diff --git a/ffmpeg-7.spec b/ffmpeg-7.spec index 57b2d9f..7f23860 100644 --- a/ffmpeg-7.spec +++ b/ffmpeg-7.spec @@ -63,7 +63,6 @@ %bcond_with x264 %bcond_with x265 %bcond_with xvid -%bcond_with openvino %if 0%{?suse_version} > 1600 %bcond_without mysofa @@ -74,9 +73,6 @@ %bcond_without amrwb %bcond_without opencore %bcond_without xvid -%ifnarch %ix86 %arm32 -%bcond_without openvino -%endif %else %if 0%{?suse_version} > 1500 %bcond_without mysofa @@ -229,9 +225,6 @@ BuildRequires: pkgconfig(x264) %if %{with x265} BuildRequires: pkgconfig(x265) %endif -%if %{with openvino} -BuildRequires: pkgconfig(openvino) -%endif %ifarch x86_64 %x86_64 aarch64 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500 @@ -674,9 +667,6 @@ LDFLAGS="%_lto_cflags" \ %if %{with xvid} --enable-libxvid \ %endif -%if %{with openvino} - --enable-libopenvino \ -%endif %if !0%{?BUILD_ORIG} --enable-muxers \ --enable-demuxers \