Update webp module

Possible fix for #2387?
This commit is contained in:
David Capello 2020-05-18 08:32:49 -03:00
parent a2cdde8ec8
commit 9801010a2b
3 changed files with 2 additions and 4 deletions

View File

@ -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()

View File

@ -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()

2
third_party/libwebp vendored

@ -1 +1 @@
Subproject commit 698b8844e38a0c5ca50bb20f866e71291bfc3b36
Subproject commit 69776e3832fba9969cf9da2513330f500f94e101