Commit 36a51e27 authored by Andrew Marshall's avatar Andrew Marshall
Browse files

makemkv: enable parallel building

Reduces build time 2m50s → 1m50s with my hardware.
parent ae0f776b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ in mkDerivation {

  patches = [ ./r13y.patch ];

  enableParallelBuilding = true;

  nativeBuildInputs = [ autoPatchelfHook pkg-config ];

  buildInputs = [ ffmpeg openssl qtbase zlib ];