go-libwebp

Experimental translation from libwebp to Go source.
Log | Files | Refs | README | LICENSE

libwebpmux.pc.in (326B)


      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libwebpmux
      7 Description: Library for manipulating the WebP graphics format container
      8 Version: @PACKAGE_VERSION@
      9 Requires.private: libwebp >= 0.2.0
     10 Cflags: -I${includedir}
     11 Libs: -L${libdir} -l@webp_libname_prefix@webpmux
     12 Libs.private: -lm