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