mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
build system tweaks for coreaudio/waves-coreaudio
This commit is contained in:
parent
c9a053c47a
commit
3b941fc0fa
3 changed files with 30 additions and 6 deletions
|
|
@ -95,8 +95,7 @@ CoreAudioBackend::~CoreAudioBackend ()
|
|||
std::string
|
||||
CoreAudioBackend::name () const
|
||||
{
|
||||
// XXX avoid name -conflict w/waves
|
||||
return X_("CoreAudio2");
|
||||
return X_("CoreAudio");
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
@ -1514,7 +1513,7 @@ static bool already_configured ();
|
|||
static bool available ();
|
||||
|
||||
static ARDOUR::AudioBackendInfo _descriptor = {
|
||||
"CoreAudio2",
|
||||
"CoreAudio",
|
||||
instantiate,
|
||||
deinstantiate,
|
||||
backend_factory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue