makemkv: switch from ffmpeg_3 to ffmpeg
Tested by ripping a title from an Blu-Ray. See #120705.
This commit is contained in:
parent
cd38f395de
commit
cb5657097b
|
@ -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…
Reference in New Issue