SHA256
2
1
forked from pool/ffmpeg-7

Merge 'refs/pull/13/head'

This commit is contained in:
2025-03-25 21:52:46 +01:00
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 23 23:21:26 UTC 2025 - Mia Herkt <mia@0x0.st>
- Build with OpenVINO support in libavfilter
-------------------------------------------------------------------
Fri Mar 21 15:28:30 UTC 2025 - Cliff Zhao <qzhao@suse.com>

View File

@@ -63,6 +63,7 @@
%bcond_with x264
%bcond_with x265
%bcond_with xvid
%bcond_with openvino
%if 0%{?suse_version} > 1600
%bcond_without mysofa
@@ -73,6 +74,7 @@
%bcond_without amrwb
%bcond_without opencore
%bcond_without xvid
%bcond_without openvino
%else
%if 0%{?suse_version} > 1500
%bcond_without mysofa
@@ -228,6 +230,9 @@ 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
@@ -678,6 +683,9 @@ LDFLAGS="%_lto_cflags" \
%if %{with xvid}
--enable-libxvid \
%endif
%if %{with openvino}
--enable-libopenvino \
%endif
%if !0%{?BUILD_ORIG}
--enable-muxers \
--enable-demuxers \