mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
11 lines
283 B
PkgConfig
11 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
|