public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/obs-studio] rawhide: Lower nv-codec-headers to support older cards
@ 2026-09-17 15:55 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-09-17 15:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/obs-studio
Branch : rawhide
Commit : d793986e77aefa4cdd2a94bef5b25da4663a6396
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2026-09-17T09:46:58+02:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/obs-studio/c/d793986e77aefa4cdd2a94bef5b25da4663a6396?branch=rawhide
Log:
Lower nv-codec-headers to support older cards
---
diff --git a/obs-studio.spec b/obs-studio.spec
index c52500d..7ef43e2 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -122,7 +122,13 @@ BuildRequires: libxkbcommon-devel
BuildRequires: luajit-devel
%endif
BuildRequires: mbedtls-devel
+%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: nv-codec-headers
+%endif
%if %{with vpl}
BuildRequires: libvpl-devel
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 15:55 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:55 [rpms/obs-studio] 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