changeset 238:0c87c4fca256

Fix include path to ensure no errant Vamp headers are included, & add new file
author Chris Cannam
date Tue, 01 Mar 2016 14:34:18 +0000
parents 128d58c45766
children 09ed4261f3ca 7c4f7cd065a0
files runner.pro
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/runner.pro	Tue Mar 01 12:21:28 2016 +0000
+++ b/runner.pro	Tue Mar 01 14:34:18 2016 +0000
@@ -13,6 +13,8 @@
     LIBS += -Lsv-dependency-builds/osx/lib
 }
 
+INCLUDEPATH += vamp-plugin-sdk
+
 exists(config.pri) {
     include(config.pri)
 }
@@ -48,10 +50,6 @@
 # look for win32 features
 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
 
-# If you have compiled your Vamp plugin SDK with FFTW (using its
-# HAVE_FFTW3 flag), you can define the same flag here to ensure the
-# program saves and restores FFTW wisdom in its configuration properly
-#
 DEFINES += HAVE_FFTW3
 
 TARGET = sonic-annotator
@@ -112,6 +110,7 @@
         vamp-plugin-sdk/src/vamp-hostsdk/PluginSummarisingAdapter.cpp \
         vamp-plugin-sdk/src/vamp-hostsdk/PluginWrapper.cpp \
         vamp-plugin-sdk/src/vamp-hostsdk/RealTime.cpp \
+        vamp-plugin-sdk/src/vamp-hostsdk/Files.cpp \
 	runner/main.cpp \
 	runner/DefaultFeatureWriter.cpp \
 	runner/FeatureExtractionManager.cpp \