From 9cd9065031f7d2af62e437f2b32b44207484baca Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Wed, 20 Jan 2016 00:07:04 +0200 Subject: Revert "Revert WebP support due to broken builds" This reverts commit 6709bdcacd5a45a10b554f3f225206c9494e5e43. There was an issue with the script that removes '-lwebp' from WebP linker flags, since we're statically linking. This is now fixed. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index d8ccc0b19e..180d03516e 100755 --- a/configure +++ b/configure @@ -105,6 +105,7 @@ print_flags variant static_libs cflags ldflags print_flags rapidjson static_libs cflags ldflags print_flags gtest static_libs cflags ldflags print_flags pixelmatch static_libs cflags ldflags +print_flags webp static_libs cflags ldflags CONFIG+=" } } -- cgit v1.2.1