Use the brotli 1.1.0 library
authorLee <ler762@users.sourceforge.net>
Mon, 30 Dec 2024 23:13:15 +0000 (18:13 -0500)
committerLee <ler762@users.sourceforge.net>
Mon, 30 Dec 2024 23:13:15 +0000 (18:13 -0500)
1.0.9 is no longer the latest & greatest

windows/MYconfigure

index 8b54d1f..ff82f39 100755 (executable)
@@ -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}"