public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Simone Caronni <negativo17@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] epel9-next: Adjust options
Date: Mon, 20 Jul 2026 17:31:38 GMT	[thread overview]
Message-ID: <178456869865.1.823747895677726799.rpms-ffmpeg-dfb360917578@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : epel9-next
Commit : dfb360917578a456711d4f1435c749adab4414a5
Author : Simone Caronni <negativo17@gmail.com>
Date   : 2025-09-24T10:46:12+02:00
Stats  : +8/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/dfb360917578a456711d4f1435c749adab4414a5?branch=epel9-next

Log:
Adjust options

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 7e75293..f95bcb8 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -27,8 +27,10 @@
 
 %ifarch s390 s390x
 %bcond dc1394 0
+%bcond ffnvcodec 0
 %else
 %bcond dc1394 1
+%bcond ffnvcodec 1
 %endif
 
 %if 0%{?rhel}
@@ -578,7 +580,9 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
     --disable-chromaprint \
 %endif
     --disable-cuda-nvcc \
+%if %{with ffnvcodec}
     --enable-cuvid \
+%endif
     --enable-frei0r \
     --enable-gcrypt \
     --enable-gmp \
@@ -704,11 +708,14 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
     --enable-lv2 \
     --enable-lzma \
     --enable-manpages \
+%if %{with ffnvcodec}
     --enable-nvdec \
     --enable-nvenc \
+%endif
     --enable-openal \
     --enable-opencl \
     --enable-opengl \
+    --disable-openssl \
     --enable-postproc \
     --enable-pthreads \
     --enable-sdl2 \
@@ -900,6 +907,7 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
 * Wed Sep 24 2025 Simone Caronni <negativo17@gmail.com> - 7.1.2-1
 - Update to 7.1.2.
 - Enable VANC processing for SDI.
+- Explicitly list all implicitly enabled/disabled options.
 
 * Fri Jun 13 2025 Neal Gompa <ngompa@fedoraproject.org> - 7.1.1-4
 - Switch to regular upstream sources for package build

                 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=178456869865.1.823747895677726799.rpms-ffmpeg-dfb360917578@fedoraproject.org \
    --to=negativo17@gmail.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