mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
make ardour3 build and link on OS X (tiger, at least)
git-svn-id: svn://localhost/ardour2/branches/3.0@8018 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
520bc1bed4
commit
b85b4d9e54
71 changed files with 1540 additions and 873 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#ifdef WAF_BUILD
|
||||
#include "gtk2ardour-config.h"
|
||||
#endif
|
||||
|
||||
#include <gtkmm/liststore.h>
|
||||
#include <gtkmm/stock.h>
|
||||
#include <gtkmm/scale.h>
|
||||
|
|
@ -715,7 +719,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
if (hwcpus > 1) {
|
||||
add_option (_("Misc"), new OptionEditorHeading (_("DSP CPU Utilization")));
|
||||
|
||||
ComboOption<uint32_t>* procs = new ComboOption<uint32_t> (
|
||||
ComboOption<int32_t>* procs = new ComboOption<int32_t> (
|
||||
"processor-usage",
|
||||
_("Signal processing uses"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_processor_usage),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue