fix compilation on OSX/PPC (old coreaudio)

This commit is contained in:
Robin Gareus 2016-02-24 12:04:01 +01:00
parent 0e36f8e2d7
commit 8d81f121e5
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@
#include "ardour/audio_unit.h"
#endif
// fix for OSX (nsm.h has a check function, AU/Apple defines check)
#ifdef check
#undef check
#endif
#include "timecode/time.h"
typedef uint64_t microseconds_t;