fix build
This commit is contained in:
parent
db5428474a
commit
414d65c903
2
extern/weakjack/weak_libjack.c
vendored
2
extern/weakjack/weak_libjack.c
vendored
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "weak_libjack.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
#ifndef USE_WEAK_JACK
|
||||
|
||||
int have_libjack (void) {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#include "taAudio.h"
|
||||
#include "../extern/weakjack/weak_libjack.h"
|
||||
#include "../../extern/weakjack/weak_libjack.h"
|
||||
|
||||
class TAAudioJACK: public TAAudio {
|
||||
jack_client_t* ac;
|
||||
|
|
Loading…
Reference in a new issue