From 039cb6cca2db29dace2967488e826a9491cd544f Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sat, 22 Nov 2025 15:51:18 -0700 Subject: [PATCH] Credit Andrew - remove unneeded x264 options and comment out a vulkan filter --- cinelerra-5.1/ffmpeg/plugin.opts | 2 ++ cinelerra-5.1/thirdparty/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cinelerra-5.1/ffmpeg/plugin.opts b/cinelerra-5.1/ffmpeg/plugin.opts index dcf1009e..17851b49 100644 --- a/cinelerra-5.1/ffmpeg/plugin.opts +++ b/cinelerra-5.1/ffmpeg/plugin.opts @@ -514,3 +514,5 @@ afdelaysrc #xpsnr ###Input/output error #drawbox_vaapi ###Operation not permitted #pad_vaapi ###Operation not permitted +; crash in 8.0 +#blackdetect_vulkan 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.34.1