Large nasty commit in the form of a 5000 line patch chock-full of completely
[ardour.git] / libs / ardour / ardour / timestamps.h
1 #ifndef __ardour_timestamps_h__
2 #define __ardour_timestamps_h__
3
4 #ifdef WITH_JACK_TIMESTAMPS
5 #include <jack/timestamps.h>
6 #else
7 #define jack_timestamp(s)
8 #define jack_init_timestamps(n)
9 #define jack_dump_timestamps(o)
10 #define jack_reset_timestamps()
11 #endif
12
13 #endif /* __ardour_timestamps_h__ */