changeset 44:4634452ef09f

Adjust includes for subrepo aubio
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Dec 2012 13:49:43 +0000
parents 999e7bc7449c
children d2fcd8adc3ac
files plugins/Notes.h plugins/Onset.h plugins/Pitch.h plugins/Silence.h plugins/Tempo.h
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Notes.h	Wed Dec 05 13:31:31 2012 +0000
+++ b/plugins/Notes.h	Wed Dec 05 13:49:43 2012 +0000
@@ -18,7 +18,7 @@
 #define _NOTES_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio/aubio.h>
+#include <aubio.h>
 
 #include <deque>
 
--- a/plugins/Onset.h	Wed Dec 05 13:31:31 2012 +0000
+++ b/plugins/Onset.h	Wed Dec 05 13:49:43 2012 +0000
@@ -18,7 +18,7 @@
 #define _ONSET_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio/aubio.h>
+#include <aubio.h>
 
 #include "Types.h"
 
--- a/plugins/Pitch.h	Wed Dec 05 13:31:31 2012 +0000
+++ b/plugins/Pitch.h	Wed Dec 05 13:49:43 2012 +0000
@@ -18,7 +18,7 @@
 #define _PITCH_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio/aubio.h>
+#include <aubio.h>
 
 #include "Types.h"
 
--- a/plugins/Silence.h	Wed Dec 05 13:31:31 2012 +0000
+++ b/plugins/Silence.h	Wed Dec 05 13:49:43 2012 +0000
@@ -18,7 +18,7 @@
 #define _SILENCE_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio/aubio.h>
+#include <aubio.h>
 
 class Silence : public Vamp::Plugin
 {
--- a/plugins/Tempo.h	Wed Dec 05 13:31:31 2012 +0000
+++ b/plugins/Tempo.h	Wed Dec 05 13:49:43 2012 +0000
@@ -18,7 +18,7 @@
 #define _TEMPO_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio/aubio.h>
+#include <aubio.h>
 
 #include "Types.h"