freerdp: use latest ffmpeg
It no longer fails to build with newer ffmpeg version.
This commit is contained in:
parent
500129c8b2
commit
ff67c91cf8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue