From: Good Guy Date: Wed, 17 Jul 2024 20:09:30 +0000 (-0600) Subject: Mistake - forgot to checkin part of multibit necessary changes to compile with the... X-Git-Tag: 2024-07~1 X-Git-Url: https://git.cinelerra-gg.org/git/?a=commitdiff_plain;h=6ffbf388aef701fa318fc24a6522e7ca30d58125;p=goodguy%2Fcinelerra.git Mistake - forgot to checkin part of multibit necessary changes to compile with the 3 x265 patches --- diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index ba1ce051..bb987b0a 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -273,8 +273,9 @@ tiff.cfg_params+= --disable-libdeflate --disable-lerc --enable-shared=no --disab $(call if_npkg,libwebp,--disable-webp) twolame.cfg_params?=--enable-shared=no x264.cfg_params?= --enable-static --enable-pic -x265.cfg_vars?=$(call cmake_config,source) -x265.cfg_params?= -DENABLE_SHARED=no -DENABLE_CLI=no +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 libvpx.cfg_params?= --enable-pic --disable-avx512 --enable-vp9-highbitdepth --disable-examples --disable-unit_tests libdpx.cfg_vars?= libtoolize; aclocal; autoconf; automake -a; libsndfile.cfg_params+= --disable-shared --enable-static --disable-sqlite --disable-mpeg