new colorspace plugin
[goodguy/cinelerra.git] / cinelerra-5.1 / blds / cygwin.bld
1 #!/bin/bash
2 ( ./autogen.sh
3   CYGWIN=1 CFLAGS="-g -O2" ./configure --with-single-user -without-gl \
4     --disable-static-build --without-lv2 --disable-lame --disable-twolame \
5     --without-oss --without-alsa --without-firewire --without-dv --without-dvb \
6     --without-video4linux2 --without-xxf86vm --without-ladspa-build \
7     --without-libzmpeg --without-commercial --without-thirdparty \
8     --without-vaapi --without-vdpau --without-shuttle \
9     --without-x10tv --without-wintv --without-ladspa
10   make
11   make install ) 2>&1 | tee log