diff 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
line wrap: on
line diff
--- a/plugin/PiperVampPluginFactory.h	Thu Nov 03 15:38:17 2016 +0000
+++ b/plugin/PiperVampPluginFactory.h	Fri Nov 04 14:16:01 2016 +0000
@@ -16,6 +16,8 @@
 #ifndef SV_PIPER_VAMP_PLUGIN_FACTORY_H
 #define SV_PIPER_VAMP_PLUGIN_FACTORY_H
 
+#ifdef HAVE_PIPER
+
 #include "FeatureExtractionPluginFactory.h"
 
 #include <QMutex>
@@ -60,3 +62,5 @@
 };
 
 #endif
+
+#endif