mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
sharpyuv/Makefile.am+cmake: add missing -lm
this lib uses functions from math.h Change-Id: I316f058c9e42e4888cce0d380472518a77e21517
This commit is contained in:
@ -77,6 +77,7 @@ check_c_source_compiles(
|
||||
HAVE_MATH_LIBRARY)
|
||||
if(NOT HAVE_MATH_LIBRARY)
|
||||
message(STATUS "Adding -lm flag.")
|
||||
list(APPEND SHARPYUV_DEP_LIBRARIES m)
|
||||
list(APPEND WEBP_DEP_LIBRARIES m)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user