From bf6ff381ec2448052e1cbcb11ba0fcd1b5c72177 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 4 Feb 2019 19:05:14 -0700 Subject: [PATCH] disable zstd in tiff 3rdparty --- cinelerra-5.1/thirdparty/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index a5f15492..2151f69b 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -213,6 +213,7 @@ opencv.cfg_params?= -DBUILD_SHARED_LIBS:BOOL=OFF openexr.cfg_vars?=LD_LIBRARY_PATH=$(call bld_path,ilmbase,usr/lib) openexr.cfg_params?=--enable-shared=no --with-ilmbase-prefix=$(call bld_path,ilmbase,usr) speech_tools.mak_params?=-j1 +tiff.cfg_params+= --enable-shared=no --disable-zstd twolame.cfg_params?=--enable-shared=no x264.cfg_params?= --enable-static --enable-pic x265.cfg_vars?=$(call cmake_config,source) -- 2.26.2