From bb02ac232cc030971ef6c03019f4de77da055153 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Wed, 11 May 2016 17:16:37 -0600 Subject: [PATCH] fix messed up cut/paste in thirdparty/Makefile / last checkin --- cinelerra-5.1/thirdparty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2