build system tweaks for coreaudio/waves-coreaudio

This commit is contained in:
Robin Gareus 2015-03-06 19:03:16 +01:00
parent c9a053c47a
commit 3b941fc0fa
3 changed files with 30 additions and 6 deletions

View file

@ -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,