mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-24 12:53:20 +03:00
Add custom ports not (yet) in upstream vcpkg
aom 3.7.0 libvpx 1.13.1: https://github.com/microsoft/vcpkg/pull/34814 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
12
res/vcpkg/libvpx/vpx.pc.in
Normal file
12
res/vcpkg/libvpx/vpx.pc.in
Normal file
@@ -0,0 +1,12 @@
|
||||
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}"
|
||||
Reference in New Issue
Block a user