aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/libvpx/vpx.pc.in
blob: df441d30e8c53372f6ea42125d451be4ad2b7f78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}"