mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
19607c7be4
commit
818ab9487f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue