makemkv: switch from ffmpeg_3 to ffmpeg

Tested by ripping a title from an Blu-Ray. See #120705.
wip/yesman
Daniël de Kok 3 years ago
parent cd38f395de
commit cb5657097b
  1. 4
      pkgs/applications/video/makemkv/default.nix

@ -3,7 +3,7 @@
, fetchurl
, autoPatchelfHook
, pkg-config
, ffmpeg_3
, ffmpeg
, openssl
, qtbase
, zlib
@ -39,7 +39,7 @@ in mkDerivation {
nativeBuildInputs = [ autoPatchelfHook pkg-config ];
buildInputs = [ ffmpeg_3 openssl qtbase zlib ];
buildInputs = [ ffmpeg openssl qtbase zlib ];
qtWrapperArgs =
let

Loading…
Cancel
Save