On Sunday, October 17, 2021, Phyllis Smith via Cin < [email protected]> wrote:
> Andrew, when I add the following line to ...thirdparty/Makefile, it errors > out pretty much right away: > > opus.cfg_vars?= --disable-extra-programs > > This is in randrik12/0052-fix-opus-configure.patch and it would be nice > to have this to save a little time. > I think I remade this patchseries, so now file named a bit differently, but you can manually add same line?
From 2a216fa0df04737e7382a8b827d6444f6474140b Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Sun, 1 Aug 2021 11:07:07 +0300 Subject: [PATCH 54/72] Disable programs in libopus --- 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 1901e017..7e0c69c1 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -243,6 +243,7 @@ opencv.cfg_vars?=$(call cmake_config,.) opencv.cfg_params?= -DBUILD_SHARED_LIBS:BOOL=OFF openexr.cfg_vars?=true; \# openexr.mak_vars?=true; \# +opus.cfg_params?= --disable-extra-programs speech_tools.mak_params?=-j1 tiff.cfg_vars+=LIBS+=" -lpthread" tiff.cfg_params+= --enable-shared=no --disable-zstd $(call if_pkg,libwebp,\ -- 2.33.1
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

