X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fconfigure.ac;h=5f55fb5f0001fd6afda4fb60e21a9d14ae86c590;hb=57b8f876a7a1d790dd32c80def426885ee320116;hp=996054f37991261d23604510ec99dc5dcae25f13;hpb=964a629cd40e9cf5ca64e7ec8c5f630830e9d11b;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 996054f3..5f55fb5f 100644 --- 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 @@ -273,7 +273,7 @@ PKG_3RD([libdv],[auto], [ . ]) PKG_3RD([libjpeg],[auto], - [libjpeg-turbo-2.1.0], + [libjpeg-turbo-2.1.2], [ build/libjpeg.a \ build/libturbojpeg.a ], [ opt/libjpeg-turbo/include ])