mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
jack: add ringbuffer
Add soversion and rename to libjack.so.0
This commit is contained in:
parent
ea3310bc6d
commit
40cbc27873
2 changed files with 286 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
pipewire_jack_sources = [
|
||||
'pipewire-jack.c',
|
||||
'ringbuffer.c',
|
||||
]
|
||||
|
||||
pipewire_jack_c_args = [
|
||||
|
|
@ -10,8 +11,9 @@ pipewire_jack_c_args = [
|
|||
#optional dependencies
|
||||
jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
|
||||
|
||||
pipewire_jack = shared_library('jack-pipewire',
|
||||
pipewire_jack = shared_library('jack',
|
||||
pipewire_jack_sources,
|
||||
soversion : 0,
|
||||
c_args : pipewire_jack_c_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [pipewire_dep, jack_dep],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue