mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
fix engine_dialog.cc changes to compile on OS X
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2918 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8bea8385ab
commit
69b94c201d
1 changed files with 5 additions and 0 deletions
|
|
@ -582,6 +582,8 @@ EngineControl::enumerate_devices (const string& driver)
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
devices[driver] = enumerate_coreaudio_devices ();
|
devices[driver] = enumerate_coreaudio_devices ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __APPLE__
|
||||||
} else if (driver == "ALSA") {
|
} else if (driver == "ALSA") {
|
||||||
devices[driver] = enumerate_alsa_devices ();
|
devices[driver] = enumerate_alsa_devices ();
|
||||||
} else if (driver == "FFADO") {
|
} else if (driver == "FFADO") {
|
||||||
|
|
@ -593,6 +595,9 @@ EngineControl::enumerate_devices (const string& driver)
|
||||||
} else if (driver == "NetJACK") {
|
} else if (driver == "NetJACK") {
|
||||||
devices[driver] = enumerate_netjack_devices ();
|
devices[driver] = enumerate_netjack_devices ();
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue