Skip to content

Commit

Permalink
Link with webpdemux and libwebpmux
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed May 27, 2020
1 parent a6c4368 commit c49c6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
set(WEBP_LIBRARIES webp webpdemux libwebpmux)
set(WEBP_INCLUDE_DIR ${LIBWEBP_DIR}/src)
include_directories(${WEBP_INCLUDE_DIR})
endif()
Expand Down

0 comments on commit c49c6ae

Please sign in to comment.