From: Lee Date: Mon, 30 Dec 2024 23:13:15 +0000 (-0500) Subject: Use the brotli 1.1.0 library X-Git-Tag: v_4_0_0~57 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=fec46aff211db5efee73cb8b330d81186e7de5df;p=privoxy.git Use the brotli 1.1.0 library 1.0.9 is no longer the latest & greatest --- diff --git a/windows/MYconfigure b/windows/MYconfigure index 8b54d1f3..ff82f390 100755 --- a/windows/MYconfigure +++ b/windows/MYconfigure @@ -177,8 +177,8 @@ MITMOPT="--with-openssl" # brotli # Get the brotli library from https://github.com/google/brotli/releases -inc="/source/brotli-1.0.9/c/include" -lib="/source/brotli-1.0.9/.libs" +inc="/source/brotli-1.1.0/build/installed/include" +lib="/source/brotli-1.1.0/build/installed/lib" BROTLIOPT="--with-brotli" CPPFLAGS="${CPPFLAGS} -I${inc}" LDFLAGS="${LDFLAGS} -L${lib}"