public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffmpeg] f45: Lower nv-codec-headers to support older cards
@ 2026-09-17 15:49 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-09-17 15:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : f45
Commit : 9b98d1255b0f199649759e81832978339b3523f4
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-09-17T17:47:14+02:00
Stats  : +6/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/9b98d1255b0f199649759e81832978339b3523f4?branch=f45

Log:
Lower nv-codec-headers to support older cards

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 604de4c..762af47 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -168,7 +168,13 @@ BuildRequires:  pkgconfig(codec2)
 BuildRequires:  pkgconfig(dav1d)
 BuildRequires:  pkgconfig(dvdnav)
 BuildRequires:  pkgconfig(dvdread)
+%if 0%{?fedora} > 44
+# Lower nv-codec-headers to support older cards
+# https://bugzilla.redhat.com/show_bug.cgi?id=2521662#c3
+BuildRequires:  nv-codec-headers13.0
+%else
 BuildRequires:  pkgconfig(ffnvcodec)
+%endif
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)

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

only message in thread, other threads:[~2026-09-17 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 15:49 [rpms/ffmpeg] f45: Lower nv-codec-headers to support older cards Nicolas Chauvet

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