Merge pull request #121475 from danieldk/makemkv-ffmpeg

makemkv: switch from ffmpeg_3 to ffmpeg
This commit is contained in:
Daniël de Kok 2021-05-03 07:43:25 +02:00 committed by GitHub
commit 639730bd11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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