update bsd patch/bld for yuri
[goodguy/cinelerra.git] / cinelerra-5.1 / blds / bsd.bld
index 072a9ca78f5c8bd72ffbb146ba9fb2afe552c37a..0b01de0379fb5390cd13558356297c5383495182 100755 (executable)
@@ -8,9 +8,11 @@ export LIBRARY_PATH=/usr/local/lib
 alias make=gmake
 ( ./autogen.sh
   CC=clang CXX=clang++ CFLAGS="-g -O2 -DFFMPEG3" ./configure --with-single-user \
-    --disable-static-build --with-lv2=auto --disable-lame --disable-twolame \
+    --disable-static-build --without-lv2 --disable-lame --disable-twolame \
     --with-oss --without-alsa --without-firewire --without-dv --without-dvb \
     --without-video4linux2 --without-xxf86vm --without-ladspa-build \
-    --without-libzmpeg --without-commercial --without-thirdparty
-  gmake
-  gmake install ) 2>&1 | tee log
+    --without-libzmpeg --without-commercial --without-thirdparty \
+    --without-vaapi --without-vdpau --without-shuttle \
+    --without-x10tv --without-wintv
+   gmake
+   gmake install ) 2>&1 | tee log