mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
parent
a2cdde8ec8
commit
9801010a2b
@ -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()
|
||||
|
2
third_party/CMakeLists.txt
vendored
2
third_party/CMakeLists.txt
vendored
@ -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
2
third_party/libwebp
vendored
@ -1 +1 @@
|
||||
Subproject commit 698b8844e38a0c5ca50bb20f866e71291bfc3b36
|
||||
Subproject commit 69776e3832fba9969cf9da2513330f500f94e101
|
Loading…
Reference in New Issue
Block a user