mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-16 01:28:24 +01:00
aaf2530cc3
+ libwebpmux.pc quality_estimate.c, anim_encode.c rely on functions from math.h BUG=webp:306 Change-Id: I3a8eb48febfd52bfbeb04f4dc615ccbed72926f7
13 lines
297 B
PkgConfig
13 lines
297 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebpmux
|
|
Description: Library for manipulating the WebP graphics format container
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libwebp >= 0.2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwebpmux
|
|
Libs.private: -lm
|