X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2Fbsd.bld;h=072a9ca78f5c8bd72ffbb146ba9fb2afe552c37a;hp=3707579c1cda9a2824f3da1e20fbb585b2e99b2e;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=4a894820c0dad2eef6a281f00988aea48696765b diff --git a/cinelerra-5.1/blds/bsd.bld b/cinelerra-5.1/blds/bsd.bld index 3707579c..072a9ca7 100755 --- a/cinelerra-5.1/blds/bsd.bld +++ b/cinelerra-5.1/blds/bsd.bld @@ -6,10 +6,11 @@ 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 \ +( ./autogen.sh + CC=clang CXX=clang++ CFLAGS="-g -O2 -DFFMPEG3" ./configure --with-single-user \ + --disable-static-build --with-lv2=auto --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 2>&1 | tee log + gmake + gmake install ) 2>&1 | tee log