fix taglib header paths so linked headers are not necessary
[ardour.git] / libs / ardour / audioengine.cc
index 690012e52946e36b4400cf147696ad1f25ed6296..583ed1ae820bf2d03cf804a608688dadb57e6da8 100644 (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"
@@ -1570,7 +1568,7 @@ AudioEngine::stop_process_thread (jack_native_thread_t thread)
         * Jack 2 _jack arg is not used so it should be OK
         */
 
-#ifdef USING_JACK2_EXPANSION_OF_JACK_API
+#if defined(USING_JACK2_EXPANSION_OF_JACK_API) || defined(WIN32)
        if (jack_client_stop_thread (_jack, thread) != 0) {
                error << "AudioEngine: cannot stop process thread" << endmsg;
                return false;