summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/timestamps.h
blob: 4ebc28b2f9c228f847b64c92ff22eb4d08f252ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ardour_timestamps_h__
#define __ardour_timestamps_h__

#ifdef WITH_JACK_TIMESTAMPS
#include <jack/timestamps.h>
#else
#define jack_timestamp(s)
#define jack_init_timestamps(n)
#define jack_dump_timestamps(o)
#define jack_reset_timestamps()
#endif

#endif /* __ardour_timestamps_h__ */