mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Initial commit
This commit is contained in:
commit
3fba92fb74
41 changed files with 5544 additions and 0 deletions
11
pkgconfig/libpulsevideo.pc
Normal file
11
pkgconfig/libpulsevideo.pc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
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