about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/freerdp
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-15 01:13:41 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-15 01:16:39 +0100
commitff67c91cf88a721a3e9a5ddf75b74c404b8fec0f (patch)
tree2ee567855da8b68d340647dccd5b05b5e34236fd /pkgs/applications/networking/remote/freerdp
parent500129c8b2739e99e05d56c6757bb6d176c0ca1b (diff)
freerdp: use latest ffmpeg
It no longer fails to build with newer ffmpeg version.
Diffstat (limited to 'pkgs/applications/networking/remote/freerdp')
-rw-r--r--pkgs/applications/networking/remote/freerdp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix
index b159bd0a996ac..0796e03a17d54 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -8,7 +8,7 @@
 , alsa-lib
 , faac
 , faad2
-, ffmpeg_5 # Depends on deprecated libav features
+, ffmpeg
 , glib
 , openh264
 , openssl
@@ -112,7 +112,7 @@ stdenv.mkDerivation rec {
     cairo
     cups
     faad2
-    ffmpeg_5
+    ffmpeg
     glib
     gst-plugins-base
     gst-plugins-good