mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
restore jack timebase master and jack session callback functionality (moved into the JACK backend)
This commit is contained in:
parent
7e077bdeba
commit
c98abed37f
5 changed files with 15 additions and 19 deletions
|
|
@ -28,7 +28,8 @@ def build(bld):
|
|||
'jack_connection.cc',
|
||||
'jack_audiobackend.cc',
|
||||
'jack_portengine.cc',
|
||||
'jack_utils.cc'
|
||||
'jack_utils.cc',
|
||||
'jack_session.cc',
|
||||
]
|
||||
obj.includes = ['.']
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue