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

A new commit has been pushed.

Repo   : rpms/ffmpeg
Branch : rawhide
Commit : c253bf1f4cba73fd83ec701b15540f16b5e60158
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-09-16T18:51:39+02:00
Stats  : +6/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ffmpeg/c/c253bf1f4cba73fd83ec701b15540f16b5e60158?branch=rawhide

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

---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index a563d21..3ee99e7 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:45 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:45 [rpms/ffmpeg] rawhide: 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