mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-12 18:29:10 +08:00
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}"
|