mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
Initial commit
This commit is contained in:
commit
3fba92fb74
41 changed files with 5544 additions and 0 deletions
11
pkgconfig/libpulsevideo.pc.in
Normal file
11
pkgconfig/libpulsevideo.pc.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
modlibexecdir=@modlibexecdir@
|
||||
|
||||
Name: libpulsevideo
|
||||
Description: PulseVideo Client Interface
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpulsevideo @PTHREAD_LIBS@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
Loading…
Add table
Add a link
Reference in a new issue