mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Console needs to be set up early on
If there is any output printed before setting up the console, there will be no output at all.
This commit is contained in:
parent
d97b0fbf96
commit
c45982ee5a
1 changed files with 2 additions and 2 deletions
|
|
@ -235,6 +235,8 @@ int nomain (int argc, char *argv[])
|
|||
int main (int argc, char *argv[])
|
||||
#endif
|
||||
{
|
||||
console_madness_begin();
|
||||
|
||||
ARDOUR::check_for_old_configuration_files();
|
||||
|
||||
/* global init is not thread safe.*/
|
||||
|
|
@ -263,8 +265,6 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
#endif
|
||||
|
||||
console_madness_begin();
|
||||
|
||||
#if (defined WINDOWS_VST_SUPPORT && !defined PLATFORM_WINDOWS)
|
||||
/* this does some magic that is needed to make GTK and X11 client interact properly.
|
||||
* the platform dependent code is in windows_vst_plugin_ui.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue