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
|
, alsa-lib
|
||||||
, faac
|
, faac
|
||||||
, faad2
|
, faad2
|
||||||
, ffmpeg_5 # Depends on deprecated libav features
|
, ffmpeg
|
||||||
, glib
|
, glib
|
||||||
, openh264
|
, openh264
|
||||||
, openssl
|
, openssl
|
||||||
|
@ -112,7 +112,7 @@ stdenv.mkDerivation rec {
|
||||||
cairo
|
cairo
|
||||||
cups
|
cups
|
||||||
faad2
|
faad2
|
||||||
ffmpeg_5
|
ffmpeg
|
||||||
glib
|
glib
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
|
|
Loading…
Reference in a new issue