comparison plugin/PiperVampPluginFactory.h @ 1249:d45a16c232bd piper

Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself)
author Chris Cannam
date Fri, 04 Nov 2016 14:16:01 +0000
parents 75aefcc9f07d
children a99641535e02
comparison
equal deleted inserted replaced
1248:58dd6a6fe414 1249:d45a16c232bd
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef SV_PIPER_VAMP_PLUGIN_FACTORY_H 16 #ifndef SV_PIPER_VAMP_PLUGIN_FACTORY_H
17 #define SV_PIPER_VAMP_PLUGIN_FACTORY_H 17 #define SV_PIPER_VAMP_PLUGIN_FACTORY_H
18
19 #ifdef HAVE_PIPER
18 20
19 #include "FeatureExtractionPluginFactory.h" 21 #include "FeatureExtractionPluginFactory.h"
20 22
21 #include <QMutex> 23 #include <QMutex>
22 #include <vector> 24 #include <vector>
58 void populate(QString &errorMessage); 60 void populate(QString &errorMessage);
59 void populateFrom(const HelperExecPath::HelperExec &, QString &errorMessage); 61 void populateFrom(const HelperExecPath::HelperExec &, QString &errorMessage);
60 }; 62 };
61 63
62 #endif 64 #endif
65
66 #endif