mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Rename JACK to "JACK/Pipewire" on Linux (1/2)
This commit is contained in:
parent
cc56f92a73
commit
a76b2ed1bb
9 changed files with 27 additions and 7 deletions
|
|
@ -31,7 +31,11 @@ static bool already_configured ();
|
|||
static bool available ();
|
||||
|
||||
static ARDOUR::AudioBackendInfo _descriptor = {
|
||||
#if ! (defined(__APPLE__) || defined(PLATFORM_WINDOWS))
|
||||
"JACK/Pipewire",
|
||||
#else
|
||||
"JACK",
|
||||
#endif
|
||||
instantiate,
|
||||
deinstantiate,
|
||||
backend_factory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue