comparison base/RealTime.h @ 151:3c1d5ef43baa

* Use pkgconfig to look up Vamp library and header details if possible * Use runtime dlopen for JACK library when JACK support is enabled in a static build on Linux
author Chris Cannam
date Mon, 31 Jul 2006 16:15:45 +0000
parents 7c3e1bc51080
children 146eb9e35baa
comparison
equal deleted inserted replaced
150:4b2ea82fd0ed 151:3c1d5ef43baa
18 This file copyright 2000-2006 Chris Cannam. 18 This file copyright 2000-2006 Chris Cannam.
19 */ 19 */
20 20
21 #ifndef _REAL_TIME_H_ 21 #ifndef _REAL_TIME_H_
22 #define _REAL_TIME_H_ 22 #define _REAL_TIME_H_
23
24 //#include "vamp-sdk/RealTime.h"
25 //using Vamp::RealTime;
26
27 //#ifdef NOT_DEFINED
28 23
29 #include <iostream> 24 #include <iostream>
30 #include <string> 25 #include <string>
31 26
32 struct timeval; 27 struct timeval;
122 117
123 static const RealTime zeroTime; 118 static const RealTime zeroTime;
124 }; 119 };
125 120
126 std::ostream &operator<<(std::ostream &out, const RealTime &rt); 121 std::ostream &operator<<(std::ostream &out, const RealTime &rt);
127
128 //#endif
129 122
130 #endif 123 #endif