SHA256
2
1
forked from pool/ffmpeg-7

Revert "Build with OpenVINO support in libavfilter"

This reverts commit ce60e9ed66.

Too many build-time dependencies.
This commit is contained in:
2025-04-04 11:34:44 +02:00
parent 5f822c5560
commit f281b98b9b
2 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 4 09:34:14 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Disable OpenVINO, too many dependencies for Factory ring1.
-------------------------------------------------------------------
Tue Apr 1 23:38:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
@@ -34,6 +39,11 @@ Fri Mar 21 15:28:30 UTC 2025 - Cliff Zhao <qzhao@suse.com>
num_parameters in audio_element_oub().
(CVE-2025-1816, bsc#1238728)
-------------------------------------------------------------------
Sun Mar 23 23:21:26 UTC 2025 - Mia Herkt <mia@0x0.st>
- Build with OpenVINO support in libavfilter
-------------------------------------------------------------------
Wed Mar 5 09:46:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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 \