From: Good Guy Date: Sat, 22 Nov 2025 22:51:18 +0000 (-0700) Subject: Credit Andrew - remove unneeded x264 options and comment out a vulkan filter X-Git-Url: https://git.cinelerra-gg.org/?a=commitdiff_plain;h=039cb6cca2db29dace2967488e826a9491cd544f;p=goodguy%2Fcinelerra.git Credit Andrew - remove unneeded x264 options and comment out a vulkan filter --- 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