diff --git a/ffmpeg-7.changes b/ffmpeg-7.changes index c5e75cf..219e4f2 100644 --- a/ffmpeg-7.changes +++ b/ffmpeg-7.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 8ed4c87..91eeb1c 100644 --- a/ffmpeg-7.spec +++ b/ffmpeg-7.spec @@ -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 @@ -227,6 +229,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 @@ -677,6 +682,9 @@ LDFLAGS="%_lto_cflags" \ %if %{with xvid} --enable-libxvid \ %endif +%if %{with openvino} + --enable-libopenvino \ +%endif %if !0%{?BUILD_ORIG} --enable-muxers \ --enable-demuxers \