mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Only build one version of the Portaudio backend that supports both blocking and callback API
This commit is contained in:
parent
2b4ac72e5d
commit
1499cd8670
1 changed files with 0 additions and 1 deletions
|
|
@ -42,4 +42,3 @@ def build_portaudio (bld, name, defines):
|
|||
|
||||
def build(bld):
|
||||
build_portaudio (bld, 'portaudio_callback_backend', ['BACKEND_NAME="PortAudio (default)"'])
|
||||
build_portaudio (bld, 'portaudio_blocking_backend', ['BACKEND_NAME="PortAudio (no-callback)"', 'USE_BLOCKING_API'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue