public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] epel9-next: Properly enable noopenh264
@ 2026-07-20 17:31 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-20 17:31 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ffmpeg
            Branch : epel9-next
            Commit : 24d8902d7505b87c4ef5ffb6f0f706667e347efc
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2024-10-07T02:01:56-04:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/24d8902d7505b87c4ef5ffb6f0f706667e347efc?branch=epel9-next

            Log:
            Properly enable noopenh264

Like many options, libopenh264 is disabled if not specified.

---
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 <yselkowi@redhat.com> - 7.0.2-5
+- Properly enable noopenh264
+
 * Wed Oct 02 2024 Neal Gompa <ngompa@fedoraproject.org> - 7.0.2-4
 - Fix chromaprint bcond
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 17:31 [rpms/ffmpeg] epel9-next: Properly enable noopenh264 Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox