summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-16 03:38:44 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-16 03:38:44 +0000
commit43a43437bc4b62f325df09c44799f6cf5020dbcc (patch)
tree32462213e3e8b4cb9d93fcc865ea3afd4609fb9d /gtk2_ardour/engine_dialog.h
parentf810616e1d1ebaad47ccf4792fde3159564384f3 (diff)
mo' better coreaudio device enumeration and usage by JACK control panel
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2313 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 2b04a7cbdb..2115538679 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -81,8 +81,10 @@ class EngineControl : public Gtk::VBox {
std::map<std::string,std::vector<std::string> > devices;
void enumerate_devices ();
-#ifdef __APPLE
+
+#ifdef __APPLE__
std::vector<std::string> enumerate_coreaudio_devices ();
+ std::vector<std::string> coreaudio_devs;
#else
std::vector<std::string> enumerate_alsa_devices ();
std::vector<std::string> enumerate_oss_devices ();