aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/libvpx/vpx.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg-ports/libvpx/vpx.pc.in')
-rw-r--r--vcpkg-ports/libvpx/vpx.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg-ports/libvpx/vpx.pc.in b/vcpkg-ports/libvpx/vpx.pc.in
new file mode 100644
index 00000000..df441d30
--- /dev/null
+++ b/vcpkg-ports/libvpx/vpx.pc.in
@@ -0,0 +1,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}"