mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
ac2a14f35f
Based on https://github.com/microsoft/vcpkg/pull/34814 by @LilyWangLL but tailored for RustDesk to build on arm64-ios, arm*-linux etc. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
13 lines
249 B
PkgConfig
13 lines
249 B
PkgConfig
prefix=@LIBVPX_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: vpx
|
|
Description: WebM Project VPx codec implementation
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L"${libdir}" -lvpx
|
|
Cflags: -I"${includedir}"
|