libde265: enable parallel building
This commit is contained in:
parent
1b37a0e9a8
commit
c079c8c394
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/strukturag/libde265";
|
||||
description = "Open h.265 video codec implementation";
|
||||
|
Loading…
Reference in New Issue
Block a user