makemkv: switch from ffmpeg_3 to ffmpeg

Tested by ripping a title from an Blu-Ray. See #120705.
This commit is contained in:
Daniël de Kok 2021-05-02 10:21:44 +02:00
parent cd38f395de
commit cb5657097b

View File

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