fix compilation on OSX/PPC (old coreaudio)
This commit is contained in:
parent
0e36f8e2d7
commit
8d81f121e5
@ -100,6 +100,11 @@
|
|||||||
#include "ardour/audio_unit.h"
|
#include "ardour/audio_unit.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// fix for OSX (nsm.h has a check function, AU/Apple defines check)
|
||||||
|
#ifdef check
|
||||||
|
#undef check
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "timecode/time.h"
|
#include "timecode/time.h"
|
||||||
|
|
||||||
typedef uint64_t microseconds_t;
|
typedef uint64_t microseconds_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user