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
--- a/plugin/plugin.pro	Mon Jul 31 14:05:22 2006 +0000
+++ b/plugin/plugin.pro	Mon Jul 31 16:15:45 2006 +0000
@@ -1,6 +1,6 @@
 TEMPLATE = lib
 
-SV_UNIT_PACKAGES = lrdf raptor
+SV_UNIT_PACKAGES = vamp vamp-sdk lrdf raptor
 load(../sv.prf)
 
 CONFIG += sv staticlib qt thread warn_on stl rtti exceptions