# HG changeset patch # User Chris Cannam # Date 1154362545 0 # Node ID 3c1d5ef43baa82dc6bfe8c1079f143b715b63aa5 # Parent 4b2ea82fd0edeabb55d2d9724b141a85517300eb * 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 diff -r 4b2ea82fd0ed -r 3c1d5ef43baa base/RealTime.h --- 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 #include @@ -124,7 +119,5 @@ }; std::ostream &operator<<(std::ostream &out, const RealTime &rt); - -//#endif #endif diff -r 4b2ea82fd0ed -r 3c1d5ef43baa plugin/plugin.pro --- 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