13
0

Don't include jack/weakjack.h header when compiling for windows

This commit is contained in:
Paul Davis 2013-07-15 08:06:09 -04:00
parent 43f7813b24
commit c00e03cced
3 changed files with 5 additions and 2 deletions

View File

@ -37,7 +37,10 @@
#include "pbd/signals.h"
#include "pbd/stacktrace.h"
#ifndef WIN32
#include <jack/weakjack.h>
#endif
#include <jack/jack.h>
#include <jack/transport.h>
#include <jack/thread.h>

View File

@ -31,8 +31,6 @@
#include "pbd/unknown_type.h"
#include "pbd/epa.h"
#include <jack/weakjack.h>
#include "midi++/port.h"
#include "midi++/jack_midi_port.h"
#include "midi++/mmc.h"

View File

@ -21,7 +21,9 @@
#include "libardour-config.h"
#endif
#ifndef WIN32
#include <jack/weakjack.h> // so that we can test for new functions at runtime
#endif
#include "pbd/compose.h"
#include "pbd/error.h"