patch-gtk2_ardour_engine_dialog_h 540 B

12345678910111213
  1. $OpenBSD: patch-gtk2_ardour_engine_dialog_h,v 1.2 2015/12/17 23:14:52 ajacoutot Exp $
  2. --- gtk2_ardour/engine_dialog.h.orig Fri Dec 18 00:14:23 2015
  3. +++ gtk2_ardour/engine_dialog.h Fri Dec 18 00:14:23 2015
  4. @@ -84,6 +84,8 @@ class EngineControl : public Gtk::VBox {
  5. #ifdef __APPLE__
  6. std::vector<std::string> enumerate_coreaudio_devices ();
  7. +#elif defined(__OpenBSD__)
  8. + std::vector<std::string> enumerate_sndio_devices ();
  9. #else
  10. std::vector<std::string> enumerate_alsa_devices ();
  11. std::vector<std::string> enumerate_oss_devices ();