mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-15 17:18:23 +01:00
03f1c00877
+ libwebpmux.pc
anim_encode.c relies on functions from math.h
BUG=webp:306
Change-Id: I3a8eb48febfd52bfbeb04f4dc615ccbed72926f7
(cherry picked from commit aaf2530cc3
)
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
|