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,7 +192,8 @@ of parts of the Windows API.")
|
|||
(search-patches "freerdp-3.16.0-rpath.patch"))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs freerdp)
|
||||
(prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf)))
|
||||
(replace "ffmpeg" ffmpeg)
|
||||
(prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf)))
|
||||
(arguments
|
||||
(list #:build-type "Release"
|
||||
#:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue