- prefix=@LIBVPX_PREFIX@
- # pkg-config file from libvpx v1.10.0
- exec_prefix=${prefix}
- libdir=${prefix}/lib
- includedir=${prefix}/include
- Name: vpx
- Description: WebM Project VPx codec implementation
- Version: @LIBVPX_VERSION@
- Requires:
- Conflicts:
- Libs: -L"${libdir}" -lvpx
- Cflags: -I"${includedir}"
|