From 24d8902d7505b87c4ef5ffb6f0f706667e347efc Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 7 Oct 2024 02:01:53 -0400 Subject: [PATCH] Properly enable noopenh264 Like many options, libopenh264 is disabled if not specified. --- ffmpeg.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 151f499..edbc75f 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -82,7 +82,7 @@ Name: ffmpeg %global pkg_name %{name}%{?pkg_suffix} Version: 7.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A complete solution to record, convert and stream audio and video License: GPL-3.0-or-later URL: https://ffmpeg.org/ @@ -614,6 +614,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/ --enable-libmodplug \ --enable-libmp3lame \ --enable-libmysofa \ + --enable-libopenh264 \ --enable-libopenjpeg \ --enable-libopenmpt \ --enable-libopus \ @@ -854,6 +855,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %{_mandir}/man3/libswscale.3* %changelog +* Mon Oct 07 2024 Yaakov Selkowitz - 7.0.2-5 +- Properly enable noopenh264 + * Wed Oct 02 2024 Neal Gompa - 7.0.2-4 - Fix chromaprint bcond