mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-01 18:05:00 +00:00
nongnu: Add obs-nvidia.
* nongnu/packages/video.scm (obs-nvidia): New variable.
This commit is contained in:
parent
f0132f2520
commit
1ad7bfcf34
1 changed files with 14 additions and 0 deletions
|
@ -242,6 +242,20 @@ specifically designed to be used by Firefox for accelerated decoding of web
|
|||
content.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public obs-nvidia
|
||||
(package/inherit obs
|
||||
(name "obs-nvidia")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments obs)
|
||||
((#:configure-flags flags #~'())
|
||||
#~(append #$flags '("-DENABLE_NVENC=ON")))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs obs)
|
||||
(prepend nv-codec-headers)))
|
||||
(synopsis
|
||||
"Live streaming software (with hardware acceleration for NVIDIA graphics
|
||||
cards)")))
|
||||
|
||||
(define-public obs-with-cef
|
||||
(package
|
||||
(inherit obs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue