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

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

^ 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: Adjust options Simone Caronni

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