mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
28aedcb9b0
this will help avoid any future conflicts with the more generic autoconf type name Change-Id: I0311e03a11a541118025c7dbe8309365f6efa847
12 lines
310 B
PkgConfig
12 lines
310 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/webp
|
|
|
|
Name: libsharpyuv
|
|
Description: Library for sharp RGB to YUV conversion
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -l@webp_libname_prefix@sharpyuv
|
|
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|