mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
44fac549c4
* [libvpx] Add pkgconfig check * Update version files * Add vpx.pc.in on Windows * Update versions/l-/libvpx.json * Remove -lm from vpx.pc.in file * Update versions/l-/libvpx.json * Remove debug messages * Update versions/l-/libvpx.json
14 lines
307 B
PkgConfig
14 lines
307 B
PkgConfig
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}"
|