summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/libva.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/libva.spec b/build/libva.spec
index 6a878d9..8470e35 100644
--- a/build/libva.spec
+++ b/build/libva.spec
@@ -24,7 +24,7 @@ Intel libva
%build
./configure --prefix %{_prefix} --libdir %{_libdir}
-make -j12
+make -j$(nproc)
%install
make install DESTDIR=%{buildroot}