public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ffmpeg] rawhide: Lower nv-codec-headers to support older cards
Date: Thu, 17 Sep 2026 15:45:36 GMT	[thread overview]
Message-ID: <178965993659.1.15264961841121255959.rpms-ffmpeg-c253bf1f4cba@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-09-17 15:45 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=178965993659.1.15264961841121255959.rpms-ffmpeg-c253bf1f4cba@fedoraproject.org \
    --to=kwizart@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