From: Good Guy Date: Wed, 11 May 2016 23:16:37 +0000 (-0600) Subject: fix messed up cut/paste in thirdparty/Makefile / last checkin X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=bb02ac232cc030971ef6c03019f4de77da055153;p=goodguy%2Fhistory.git fix messed up cut/paste in thirdparty/Makefile / last checkin --- diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index 60ce5983..ff055dc4 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -190,7 +190,7 @@ twolame.cfg_params=--enable-shared=no #$(error HAVE_HIGH_DEPTH $(HAVE_HIGH_DEPTH)) x264.cfg_params= --enable-static $(if $(filter y,$(HAVE_HIGH_DEPTH)),--bit-depth=10) x265.cfg_vars=echo "exec cmake source -DENABLE_SHARED=no \ - $(if $(filter y,$(HAVE_HIGH_DEPTH)),-DBUILD_SHARED_LIBS:BOOL=HIGH_BIT_DEPTH) \ + $(if $(filter y,$(HAVE_HIGH_DEPTH)),-DHIGH_BIT_DEPTH:BOOL=ON) \ " > ./configure; chmod +x ./configure; # compile flag vars