Mercurial > hg > svcore
comparison plugin/plugins/SamplePlayer.cpp @ 646:9a6b50d3cc50
* Build a single library with a single .pro file, instead of using a recursive build
author | Chris Cannam |
---|---|
date | Wed, 22 Sep 2010 10:54:50 +0100 |
parents | 5eb5449432f5 |
children | 06f13a3b9e9e |
comparison
equal
deleted
inserted
replaced
645:bd347bc308d6 | 646:9a6b50d3cc50 |
---|---|
18 */ | 18 */ |
19 | 19 |
20 #include "SamplePlayer.h" | 20 #include "SamplePlayer.h" |
21 #include "system/System.h" | 21 #include "system/System.h" |
22 | 22 |
23 #include <dssi.h> | 23 #include "../api/dssi.h" |
24 | |
24 #include <cmath> | 25 #include <cmath> |
25 #include <cstdlib> | 26 #include <cstdlib> |
26 | 27 |
27 #include <QMutexLocker> | 28 #include <QMutexLocker> |
28 #include <QDir> | 29 #include <QDir> |