nongnu: Add replace-ffmpeg-nvenc procedure for input rewriting.

* nongnu/packages/video.scm (replace-ffmpeg-nvenc): New procedure.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Murilo 2024-09-19 23:01:52 -03:00 committed by Hilton Chain
parent 0c4a83a006
commit 479801db4d
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -41,6 +41,10 @@
" This build of FFmpeg includes the nonfree NVIDIA encoder for
@code{h264_nvenc} and @code{hevc_nvenc} hardware encoding on NVIDIA GPUs."))))
(define-public replace-ffmpeg-nvenc
(package-input-rewriting
`((,ffmpeg . ,ffmpeg-nvenc))))
(define-public gmmlib
(package
(name "gmmlib")