X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2Fbsd.bld;h=b6ec27b30cae187affee7d44aa832180c93ffa65;hb=ff4d1a70685f6721081fb3277a11834ad35cdd21;hp=0b01de0379fb5390cd13558356297c5383495182;hpb=5076ae5e37fc62ee1464855b59d678fb7e6f7bd0;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/blds/bsd.bld b/cinelerra-5.1/blds/bsd.bld index 0b01de03..b6ec27b3 100755 --- a/cinelerra-5.1/blds/bsd.bld +++ b/cinelerra-5.1/blds/bsd.bld @@ -1,18 +1,19 @@ -#!/bin/bash +#!/usr/local/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 CPLUS_INCLUDE_PATH=/usr/local/include:/usr/local/include/OpenEXR:/usr/local/include/Imath export LIBRARY_PATH=/usr/local/lib alias make=gmake ( ./autogen.sh - CC=clang CXX=clang++ CFLAGS="-g -O2 -DFFMPEG3" ./configure --with-single-user \ + BSD=1 CC=clang CXX=clang++ CFLAGS="-g -O2 " \ + ./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 \ - --without-vaapi --without-vdpau --without-shuttle \ - --without-x10tv --without-wintv + --without-vaapi --without-vdpau --without-shuttle --without-shuttle-usb \ + --without-x10tv --with-jobs=4 --without-wintv gmake gmake install ) 2>&1 | tee log