ffms: pin ffmpeg to 4.x

main
Jonathan Ringer 2 years ago
parent a987251bd5
commit 4fb8a2e012
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/libraries/ffms/default.nix

@ -3,7 +3,7 @@
, fetchFromGitHub
, autoreconfHook
, pkg-config
, ffmpeg
, ffmpeg_4
, zlib
}:
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [
ffmpeg
ffmpeg_4
zlib
];

Loading…
Cancel
Save