Hopefully this patch (apply with git am) will fix err Andrea was seeing on Arch?
Not sure about lv2 situation there .. For git clone size - may be before that it was shallow (--depth 1) clone and now its full? For me update was just few megabytes - size of ffmpeg 8.0 source tarball ...
From d3087023adb0e85023a16a8d8a1c6996bcc2c2fd Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Fri, 21 Nov 2025 19:03:07 +0300 Subject: [PATCH] Disable additional library support in x264 - not needed, breaks compile with new ffmpeg in system --- 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 e48c7df7..b2306e23 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -273,7 +273,7 @@ tiff.cfg_params+= --disable-libdeflate --disable-lerc --enable-shared=no --disab --with-webp-lib-dir=$(call pkg_libs,libwebp))\ $(call if_npkg,libwebp,--disable-webp) twolame.cfg_params?=--enable-shared=no -x264.cfg_params?= --enable-static --enable-pic +x264.cfg_params?= --enable-static --enable-pic --disable-lavf --disable-swscale --disable-ffms --disable-gpac --disable-lsmash x265.cfg_vars?=chmod +x ./configure; chmod +x ./multilib.sh; #x265.cfg_vars?=$(call cmake_config,source) #x265.cfg_params?= -DENABLE_SHARED=no -DENABLE_CLI=no -- 2.51.1
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]

