X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2Fbsd.bld;h=165cc00b88b931b1e9f7189d5f9f451136de890a;hp=82155896627ddd48e8507b5115f9487926b75fab;hb=78220c35c918002018ea6bea42c1bd08abb393e6;hpb=a4091ab5bcfb46773cbabaf1303c427346b35fbe diff --git a/cinelerra-5.1/blds/bsd.bld b/cinelerra-5.1/blds/bsd.bld index 82155896..165cc00b 100755 --- a/cinelerra-5.1/blds/bsd.bld +++ b/cinelerra-5.1/blds/bsd.bld @@ -7,11 +7,13 @@ 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 --with-lv2=auto --disable-lame --disable-twolame \ + BSD=1 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-firewire --without-dv --without-dvb \ --without-video4linux2 --without-xxf86vm --without-ladspa-build \ --without-libzmpeg --without-commercial --without-thirdparty \ - --disable-vaapi --disable-vdpau - gmake - gmake install ) 2>&1 | tee log + --without-vaapi --without-vdpau --without-shuttle --without-shuttle-usb \ + --without-x10tv --without-wintv + gmake + gmake install ) 2>&1 | tee log