move bld scripts to blds, add yuri GL bsd patch
[goodguy/history.git] / cinelerra-5.1 / bsd.bld
diff --git a/cinelerra-5.1/bsd.bld b/cinelerra-5.1/bsd.bld
deleted file mode 100755 (executable)
index 3707579..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-#use: patch -p2 < bsd.patch
-export CONFIG_SHELL=/bin/bash
-export MAKE=gmake
-export C_INCLUDE_PATH=/usr/local/include
-export CPLUS_INCLUDE_PATH=/usr/local/include
-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 --without-lv2 --disable-lame --disable-twolame \
-    --with-oss --without-alsa --without-gl --without-firewire --without-dv \
-    --without-dvb --without-video4linux2 --without-xxf86vm --without-ladspa-build \
-    --without-libzmpeg --without-commercial --without-thirdparty
-gmake 2>&1 | tee log