Fixed compilation issues.
git-svn-id: svn://localhost/ardour2/trunk@1546 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -453,7 +453,7 @@ ARDOUR_UI::check_memory_locking ()
|
||||
#ifdef __APPLE__
|
||||
/* OS X doesn't support mlockall(2), and so testing for memory locking capability there is pointless */
|
||||
return;
|
||||
#endif
|
||||
#else // !__APPLE__
|
||||
|
||||
XMLNode* memory_warning_node = Config->instant_xml (X_("no-memory-warning"), get_user_ardour_path());
|
||||
|
||||
@@ -499,6 +499,7 @@ ARDOUR_UI::check_memory_locking ()
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif // !__APPLE__
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#include <ardour/types.h>
|
||||
#include <ardour/plugin.h>
|
||||
#include <ardour/audio_unit.h>
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user