mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
cont’d work on the coreaudio backend & cleanup
This commit is contained in:
parent
408090adce
commit
6b87e706eb
7 changed files with 854 additions and 319 deletions
|
|
@ -31,3 +31,6 @@ def build(bld):
|
|||
obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"',
|
||||
'ARDOURBACKEND_DLL_EXPORTS', 'COREAUDIO_108'
|
||||
]
|
||||
|
||||
# OSX 10.6 or later
|
||||
obj.defines += ['COREAUDIO_108']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue