blob: 4ef2c8a97b57dc8ece7e95f35f06c38b4fb08858 [file] [log] [blame]
Jan Beichc30f1be2020-03-09 00:23:20 +00001prefix=@CMAKE_INSTALL_PREFIX@
Andreas Schneiderea1c68f2020-03-03 19:57:06 +01002exec_prefix=${prefix}/bin
Mike Frysingerc6acdf62021-03-04 21:20:33 -05003libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
Andreas Schneiderea1c68f2020-03-03 19:57:06 +01004includedir=${prefix}/include
5
6Name: @PROJECT_NAME@
7Description: Library for encoding and decoding .avif files
8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -lavif
Yuan Tong291a67a2020-12-17 23:37:52 +080010Cflags: -I${includedir}@AVIF_PKG_CONFIG_EXTRA_CFLAGS@