comparison examples/plugins.cpp @ 10:83d3eb580731

* Use a single Makefile
author cannam
date Thu, 06 Apr 2006 12:01:07 +0000
parents 8f10d35a4090
children 154f86cb8c99
comparison
equal deleted inserted replaced
9:44113b1e296b 10:83d3eb580731
32 shall not be used in advertising or otherwise to promote the sale, 32 shall not be used in advertising or otherwise to promote the sale,
33 use or other dealings in this Software without prior written 33 use or other dealings in this Software without prior written
34 authorization. 34 authorization.
35 */ 35 */
36 36
37 #include "vamp.h" 37 #include <vamp/vamp.h>
38 38
39 #include "PluginAdapter.h" 39 #include "PluginAdapter.h"
40 #include "ZeroCrossing.h" 40 #include "ZeroCrossing.h"
41 #include "SpectralCentroid.h" 41 #include "SpectralCentroid.h"
42 42