vpx.pc.in 294 B

12345678910111213
  1. prefix=@LIBVPX_PREFIX@
  2. # pkg-config file from libvpx v1.10.0
  3. exec_prefix=${prefix}
  4. libdir=${prefix}/lib
  5. includedir=${prefix}/include
  6. Name: vpx
  7. Description: WebM Project VPx codec implementation
  8. Version: @LIBVPX_VERSION@
  9. Requires:
  10. Conflicts:
  11. Libs: -L"${libdir}" -lvpx
  12. Cflags: -I"${includedir}"