mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
Initial commit
This commit is contained in:
commit
93c0e6aad0
4 changed files with 1681 additions and 0 deletions
16
src/meson.build
Normal file
16
src/meson.build
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pipewire_jack_sources = [
|
||||
'pipewire-jack.c',
|
||||
]
|
||||
|
||||
pipewire_jack_c_args = [
|
||||
'-DHAVE_CONFIG_H',
|
||||
'-DPIC',
|
||||
]
|
||||
|
||||
pipewire_jack = shared_library('jack-pipewire',
|
||||
pipewire_jack_sources,
|
||||
c_args : pipewire_jack_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [pipewire_dep, jack_dep],
|
||||
install : false,
|
||||
)
|
||||
1159
src/pipewire-jack.c
Normal file
1159
src/pipewire-jack.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue