gnu: freerdp-3: Use current ffmpeg.

* gnu/packages/rdesktop.scm (freerdp-3)
[inputs]: Replace ffmpeg-4 with current ffmpeg (8).

Change-Id: If9687f3e7f753628d6071e9b7e8baa82ffa3d673
This commit is contained in:
Maxim Cournoyer 2025-09-29 16:04:03 +09:00
parent 19607c7be4
commit 818ab9487f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -192,6 +192,7 @@ of parts of the Windows API.")
(search-patches "freerdp-3.16.0-rpath.patch")))) (search-patches "freerdp-3.16.0-rpath.patch"))))
(inputs (inputs
(modify-inputs (package-inputs freerdp) (modify-inputs (package-inputs freerdp)
(replace "ffmpeg" ffmpeg)
(prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf))) (prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf)))
(arguments (arguments
(list #:build-type "Release" (list #:build-type "Release"