From: Good Guy Date: Wed, 25 Apr 2018 23:18:49 +0000 (-0600) Subject: remove opencv local build config spec in last chkin X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=commitdiff_plain;h=4d6d16ffd60ee377b1b0472181f65a4f322ae49e remove opencv local build config spec in last chkin --- diff --git a/cinelerra-5.1/bld.sh b/cinelerra-5.1/bld.sh index d0f8b71b..a9b6e46c 100755 --- a/cinelerra-5.1/bld.sh +++ b/cinelerra-5.1/bld.sh @@ -1,6 +1,6 @@ #!/bin/bash ./autogen.sh -./configure --with-single-user --with-opencv=sta,tar=http://192.168.1.8/opencv-20180401.tgz +./configure --with-single-user make 2>&1 | tee log make install mv Makefile Makefile.cfg