jami-daemon: pin ffmpeg to 4.x

This commit is contained in:
Jonathan Ringer 2022-02-05 13:31:49 -08:00
parent 821dcc49f3
commit a237978b5f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -7,7 +7,7 @@
, autoreconfHook
, pkg-config
, perl # for pod2man
, ffmpeg
, ffmpeg_4
, pjsip
, alsa-lib
, asio
@ -39,7 +39,7 @@
let
readLinesToList = with builtins; file: filter (s: isString s && stringLength s > 0) (split "\n" (readFile file));
ffmpeg-jami = ffmpeg.overrideAttrs (old:
ffmpeg-jami = ffmpeg_4.overrideAttrs (old:
let
patch-src = src + "/daemon/contrib/src/ffmpeg/";
in