winamp/vcpkg-ports/libvpx/vpx.pc.in

14 lines
294 B
PkgConfig
Raw Normal View History

2024-09-24 12:54:57 +00:00
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}"