prev/next label fix in viewer, inout highlight, modify folder layout, ffmpeg scan...
[goodguy/history.git] / cinelerra-5.1 / bld.sh
index d0f8b71b0b36879b1910ad30d21f557c143d8170..b8a80d6bbaaa2d1b31b41ca84f46b7375a986367 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/bash
-./autogen.sh
-./configure --with-single-user --with-opencv=sta,tar=http://192.168.1.8/opencv-20180401.tgz
-make 2>&1 | tee log
-make install
+( ./autogen.sh
+  ./configure --with-single-user
+  make && make install ) 2>&1 | tee log
 mv Makefile Makefile.cfg
 cp Makefile.devel Makefile