tvheadend: use ffmpeg_4 instead of ffmpeg_3

This commit is contained in:
Jaakko Luttinen 2021-08-25 14:42:21 +03:00 committed by Bjørn Forsman
parent 0930d35fc3
commit 3f2c99d8a1

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, makeWrapper, pkg-config
, avahi, dbus, gettext, git, gnutar, gzip, bzip2, ffmpeg_3, libiconv, openssl, python
, avahi, dbus, gettext, git, gnutar, gzip, bzip2, ffmpeg_4, libiconv, openssl, python
, v4l-utils, which, zlib }:
let
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
};
buildInputs = [
avahi dbus gettext git gnutar gzip bzip2 ffmpeg_3 libiconv openssl python
avahi dbus gettext git gnutar gzip bzip2 ffmpeg_4 libiconv openssl python
which zlib
];