Mercurial > hg > svcore
comparison plugin/PiperVampPluginFactory.cpp @ 1370:54fabf5aceb8
Update piper-cpp to github repo, and adjust build for revised layout in it
| author | Chris Cannam |
|---|---|
| date | Fri, 20 Jan 2017 18:05:41 +0000 |
| parents | a99641535e02 |
| children | da5f4d37988d b5728e69802b |
comparison
equal
deleted
inserted
replaced
| 1369:7fb7b59c35ee | 1370:54fabf5aceb8 |
|---|---|
| 26 #undef VOID | 26 #undef VOID |
| 27 #undef ERROR | 27 #undef ERROR |
| 28 #define CAPNP_LITE 1 | 28 #define CAPNP_LITE 1 |
| 29 #endif | 29 #endif |
| 30 | 30 |
| 31 #include "vamp-client/AutoPlugin.h" | 31 #include "vamp-client/qt/AutoPlugin.h" |
| 32 #include "vamp-client/qt/ProcessQtTransport.h" | |
| 33 #include "vamp-client/CapnpRRClient.h" | |
| 32 | 34 |
| 33 #include <QDir> | 35 #include <QDir> |
| 34 #include <QFile> | 36 #include <QFile> |
| 35 #include <QFileInfo> | 37 #include <QFileInfo> |
| 36 #include <QTextStream> | 38 #include <QTextStream> |
| 38 | 40 |
| 39 #include <iostream> | 41 #include <iostream> |
| 40 | 42 |
| 41 #include "base/Profiler.h" | 43 #include "base/Profiler.h" |
| 42 #include "base/HelperExecPath.h" | 44 #include "base/HelperExecPath.h" |
| 43 | |
| 44 #include "vamp-client/ProcessQtTransport.h" | |
| 45 #include "vamp-client/CapnpRRClient.h" | |
| 46 | 45 |
| 47 using namespace std; | 46 using namespace std; |
| 48 | 47 |
| 49 //#define DEBUG_PLUGIN_SCAN_AND_INSTANTIATE 1 | 48 //#define DEBUG_PLUGIN_SCAN_AND_INSTANTIATE 1 |
| 50 | 49 |
