From: Good Guy Date: Wed, 2 Mar 2022 22:27:25 +0000 (-0700) Subject: fix for aarch64 and 32-bit Debian 11 by Andrew X-Git-Tag: 2022-03~9 X-Git-Url: https://www.cinelerra-gg.org/git/?a=commitdiff_plain;h=88e56bf596fc4ed32ebc66b17307a3deeef9b0ea;p=goodguy%2Fcinelerra.git fix for aarch64 and 32-bit Debian 11 by Andrew --- diff --git a/cinelerra-5.1/thirdparty/Makefile b/cinelerra-5.1/thirdparty/Makefile index bde8e00c..ce41db9f 100644 --- a/cinelerra-5.1/thirdparty/Makefile +++ b/cinelerra-5.1/thirdparty/Makefile @@ -253,7 +253,7 @@ openexr.mak_vars?=true; \# opus.cfg_params?= --disable-extra-programs speech_tools.mak_params?=-j1 tiff.cfg_vars+=LIBS+=" -lpthread"; autoreconf -ifv -I m4 && automake -caf; -tiff.cfg_params+= --enable-shared=no --disable-zstd $(call if_pkg,libwebp,\ +tiff.cfg_params+= --disable-libdeflate --enable-shared=no --disable-zstd $(call if_pkg,libwebp,\ --with-webp-include-dir=$(call pkg_incl,libwebp)\ --with-webp-lib-dir=$(call pkg_libs,libwebp))\ $(call if_npkg,libwebp,--disable-webp)