makemkv: enable parallel building
Reduces build time 2m50s → 1m50s with my hardware.
This commit is contained in:
@@ -41,6 +41,8 @@ in mkDerivation {
|
||||
|
||||
patches = [ ./r13y.patch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook pkg-config ];
|
||||
|
||||
buildInputs = [ ffmpeg openssl qtbase zlib ];
|
||||
|
||||
Reference in New Issue
Block a user