changeset 51:42c9ccfe2e73

plugins/: update aubio header location to <aubio/aubio.h>
author Paul Brossier <piem@piem.org>
date Mon, 30 Dec 2013 22:48:43 -0400
parents 78d8fba6ba50
children b80056ac0503
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	Thu Dec 19 19:34:05 2013 +0000
+++ b/plugins/Notes.h	Mon Dec 30 22:48:43 2013 -0400
@@ -18,7 +18,7 @@
 #define _NOTES_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio.h>
+#include <aubio/aubio.h>
 
 #include <deque>
 
--- a/plugins/Onset.h	Thu Dec 19 19:34:05 2013 +0000
+++ b/plugins/Onset.h	Mon Dec 30 22:48:43 2013 -0400
@@ -18,7 +18,7 @@
 #define _ONSET_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio.h>
+#include <aubio/aubio.h>
 
 #include "Types.h"
 
--- a/plugins/Pitch.h	Thu Dec 19 19:34:05 2013 +0000
+++ b/plugins/Pitch.h	Mon Dec 30 22:48:43 2013 -0400
@@ -18,7 +18,7 @@
 #define _PITCH_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio.h>
+#include <aubio/aubio.h>
 
 #include "Types.h"
 
--- a/plugins/Silence.h	Thu Dec 19 19:34:05 2013 +0000
+++ b/plugins/Silence.h	Mon Dec 30 22:48:43 2013 -0400
@@ -18,7 +18,7 @@
 #define _SILENCE_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio.h>
+#include <aubio/aubio.h>
 
 class Silence : public Vamp::Plugin
 {
--- a/plugins/Tempo.h	Thu Dec 19 19:34:05 2013 +0000
+++ b/plugins/Tempo.h	Mon Dec 30 22:48:43 2013 -0400
@@ -18,7 +18,7 @@
 #define _TEMPO_PLUGIN_H_
 
 #include <vamp-sdk/Plugin.h>
-#include <aubio.h>
+#include <aubio/aubio.h>
 
 #include "Types.h"