Restored URL

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
This commit is contained in:
Andrew Murray 2025-07-11 13:12:38 +10:00 committed by GitHub
parent d88986a184
commit 722c130b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,6 +285,7 @@ function build {
webp_ldflags="$webp_ldflags -llzma -lz" webp_ldflags="$webp_ldflags -llzma -lz"
fi fi
CFLAGS="$CFLAGS $webp_cflags" LDFLAGS="$LDFLAGS $webp_ldflags" build_simple libwebp $LIBWEBP_VERSION \ CFLAGS="$CFLAGS $webp_cflags" LDFLAGS="$LDFLAGS $webp_ldflags" build_simple libwebp $LIBWEBP_VERSION \
https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
--enable-libwebpmux --enable-libwebpdemux --disable-libwebpexamples --enable-libwebpmux --enable-libwebpdemux --disable-libwebpexamples
build_brotli build_brotli