mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
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
|