Mercurial > hg > vamp-plugin-load-checker
changeset 21:fcaaabca1734
Logging; use only first ("native") helper for non-Vamp plugins
author | Chris Cannam |
---|---|
date | Tue, 01 Nov 2016 16:02:15 +0000 |
parents | c1081e8d26a7 |
children | 386de1be6226 |
files | checker/knownplugins.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/checker/knownplugins.h Tue Nov 01 15:48:59 2016 +0000 +++ b/checker/knownplugins.h Tue Nov 01 16:02:15 2016 +0000 @@ -62,6 +62,10 @@ return m_candidates.getCandidateLibrariesFor(getTagFor(type)); } + std::string getHelperExecutableName() const { + return m_helperExecutableName; + } + std::string getFailureReport() const; private: