public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Properly enable noopenh264
Date: Mon, 20 Jul 2026 17:31:28 GMT	[thread overview]
Message-ID: <178456868876.1.6710968166263220882.rpms-ffmpeg-24d8902d7505@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-20 17:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178456868876.1.6710968166263220882.rpms-ffmpeg-24d8902d7505@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox