mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
{extras,mux}/Makefile.am: add missing -lm
+ libwebpmux.pc quality_estimate.c, anim_encode.c rely on functions from math.h BUG=webp:306 Change-Id: I3a8eb48febfd52bfbeb04f4dc615ccbed72926f7
This commit is contained in:
@ -8,6 +8,7 @@ libwebpextras_la_SOURCES =
|
||||
libwebpextras_la_SOURCES += extras.c extras.h quality_estimate.c
|
||||
|
||||
libwebpextras_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libwebpextras_la_LDFLAGS = -lm
|
||||
libwebpextras_la_LIBADD = ../src/libwebp.la
|
||||
|
||||
noinst_PROGRAMS = get_disto webp_quality
|
||||
|
Reference in New Issue
Block a user