Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / bld.sh
1 #!/bin/bash
2 #  IMPORTANT comments below to change the configure line
3 # For python version 12, add --without-lv2
4 # For newer operating system versions, add --enable-libsvtav1
5 # For really old versions, such as ubuntu 16, add --enable-libaom=no
6 ( ./autogen.sh
7   ./configure --with-single-user --with-booby
8   make && make install ) 2>&1 | tee log
9 mv Makefile Makefile.cfg
10 cp Makefile.devel Makefile