projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964a629
)
minor correction as relayed by Georgy
author
Good Guy
<good1.2guy@gmail.com>
Fri, 19 Nov 2021 04:29:48 +0000
(21:29 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Fri, 19 Nov 2021 04:29:48 +0000
(21:29 -0700)
cinelerra-5.1/configure.ac
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/configure.ac
b/cinelerra-5.1/configure.ac
index 996054f37991261d23604510ec99dc5dcae25f13..dd8b1ff9339b4e2e47ca0b3944dd630ca123046a 100644
(file)
--- a/
cinelerra-5.1/configure.ac
+++ b/
cinelerra-5.1/configure.ac
@@
-143,7
+143,7
@@
AC_SUBST(MAK_UNINSTALLS)
if test "x$WANT_JOBS" = "xauto"; then
# CPUS=`grep -c "^proc" /proc/cpuinfo`
- CPUS=
nproc
+ CPUS=
`nproc`
WANT_JOBS=`expr $CPUS + $CPUS / 2 + 2`
fi