mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-28 07:00:17 -05:00
12 lines
283 B
PkgConfig
12 lines
283 B
PkgConfig
|
|
prefix=/usr/local
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
modlibexecdir=@modlibexecdir@
|
||
|
|
|
||
|
|
Name: libpulsevideo
|
||
|
|
Description: PulseVideo Client Interface
|
||
|
|
Version: 0.1
|
||
|
|
Libs: -L${libdir} -lpulsevideo @PTHREAD_LIBS@
|
||
|
|
Cflags: -I${includedir} -D_REENTRANT
|