Mercurial > hg > svcore
changeset 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 | 4b2ea82fd0ed |
children | 21792a550ec9 |
files | base/RealTime.h plugin/plugin.pro |
diffstat | 2 files changed, 1 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/base/RealTime.h Mon Jul 31 14:05:22 2006 +0000 +++ b/base/RealTime.h Mon Jul 31 16:15:45 2006 +0000 @@ -21,11 +21,6 @@ #ifndef _REAL_TIME_H_ #define _REAL_TIME_H_ -//#include "vamp-sdk/RealTime.h" -//using Vamp::RealTime; - -//#ifdef NOT_DEFINED - #include <iostream> #include <string> @@ -124,7 +119,5 @@ }; std::ostream &operator<<(std::ostream &out, const RealTime &rt); - -//#endif #endif