libde265: enable parallel building

This commit is contained in:
Orivej Desh 2019-06-10 23:18:53 +00:00
parent 1b37a0e9a8
commit c079c8c394

View file

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