From 9801010a2b5d25583422d272e42250b97b505776 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 18 May 2020 08:32:49 -0300 Subject: [PATCH] Update webp module Possible fix for #2387? --- CMakeLists.txt | 2 +- third_party/CMakeLists.txt | 2 -- third_party/libwebp | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c471e780d..bcd1fee04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,7 +219,7 @@ add_definitions(-DPNG_NO_MMX_CODE) # Do not use MMX optimizations in PNG code # libwebp if(WITH_WEBP_SUPPORT) - set(WEBP_LIBRARIES webp webpdemux webpmux) + set(WEBP_LIBRARIES webp) set(WEBP_INCLUDE_DIR ${LIBWEBP_DIR}/src) include_directories(${WEBP_INCLUDE_DIR}) endif() diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index f55ae63be..a8595907a 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -33,8 +33,6 @@ if(NOT USE_SHARED_GIFLIB) endif() if(WITH_WEBP_SUPPORT) - # Enable img2webp so "webpmux" library is built - set(WEBP_BUILD_IMG2WEBP ON CACHE BOOL "Build the img2webp animation tool.") add_subdirectory(libwebp) endif() diff --git a/third_party/libwebp b/third_party/libwebp index 698b8844e..69776e383 160000 --- a/third_party/libwebp +++ b/third_party/libwebp @@ -1 +1 @@ -Subproject commit 698b8844e38a0c5ca50bb20f866e71291bfc3b36 +Subproject commit 69776e3832fba9969cf9da2513330f500f94e101