mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
278 B
12 lines
278 B
8 years ago
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libwebpdemux
|
||
|
Description: Library for parsing the WebP graphics format container
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Requires: libwebp >= 0.2.0
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lwebpdemux
|