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