diff --git a/ffmpeg-7.changes b/ffmpeg-7.changes index 71ab741..d4101ba 100644 --- a/ffmpeg-7.changes +++ b/ffmpeg-7.changes @@ -4,6 +4,11 @@ Wed Jun 25 08:40:15 UTC 2025 - Yifan Jiang - Built with noopenh264, drop ffmpeg-dlopen-openh264.patch (jsc#PED-12607) +------------------------------------------------------------------- +Wed Jun 18 10:24:31 UTC 2025 - Hans-Peter Jansen + +- Add vvenc build conditional + ------------------------------------------------------------------- Thu Jun 12 17:48:49 UTC 2025 - Jan Engelhardt diff --git a/ffmpeg-7.spec b/ffmpeg-7.spec index d7601b9..2c7e2cc 100644 --- a/ffmpeg-7.spec +++ b/ffmpeg-7.spec @@ -60,6 +60,7 @@ %bcond_with fdk_aac_dlopen %bcond_with opencore %bcond_with smbclient +%bcond_with vvenc %bcond_with x264 %bcond_with x265 %bcond_with xvid @@ -221,6 +222,9 @@ BuildRequires: pkgconfig(opencore-amrnb) %if %{with amrwb} BuildRequires: pkgconfig(vo-amrwbenc) %endif +%if %{with vvenc} +BuildRequires: vvenc-devel +%endif %if %{with x264} BuildRequires: pkgconfig(x264) %endif @@ -661,6 +665,9 @@ LDFLAGS="%_lto_cflags" \ %if %{with amrwb} --enable-libvo-amrwbenc \ %endif +%if %{with vvenc} + --enable-libvvenc \ +%endif %if %{with x264} --enable-libx264 \ %endif