mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Don't include jack/weakjack.h header when compiling for windows
This commit is contained in:
parent
43f7813b24
commit
c00e03cced
3 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue