Add beginnings of jack module

Update spec and makefile a bit
This commit is contained in:
Wim Taymans 2017-06-26 13:04:47 +02:00
parent bc56c59597
commit 2c6b2f0b74
16 changed files with 2791 additions and 30 deletions

View file

@ -6,6 +6,6 @@ moduledir=@moduledir@
Name: libpipewire
Description: PipeWire Client Interface
Version: @PACKAGE_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lpipewire-@PIPEWIRE_API_VERSION@
Cflags: -I${includedir} -D_REENTRANT

View file

@ -6,6 +6,6 @@ moduledir=@moduledir@
Name: libpipewirecore
Description: PipeWire Core
Version: @PACKAGE_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lpipewirecore-@PIPEWIRE_API_VERSION@
Cflags: -I${includedir} -D_REENTRANT

View file

@ -5,6 +5,6 @@ includedir=@includedir@/
Name: libspa
Description: Simple Plugin API
Version: @PACKAGE_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lspa-lib
Cflags: -I${includedir} -D_REENTRANT