Mercurial > hg > vamp-plugin-sdk
comparison Makefile.in @ 466:a94ab90dfd53 vampipe
Remove RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.
author | Chris Cannam |
---|---|
date | Thu, 13 Oct 2016 17:06:53 +0100 |
parents | b89653767a60 |
children | df32b473b9b6 |
comparison
equal
deleted
inserted
replaced
465:e32815f133d6 | 466:a94ab90dfd53 |
---|---|
151 $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ | 151 $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ |
152 $(HOSTSDKDIR)/PluginLoader.h \ | 152 $(HOSTSDKDIR)/PluginLoader.h \ |
153 $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ | 153 $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ |
154 $(HOSTSDKDIR)/PluginWrapper.h \ | 154 $(HOSTSDKDIR)/PluginWrapper.h \ |
155 $(HOSTSDKDIR)/RealTime.h \ | 155 $(HOSTSDKDIR)/RealTime.h \ |
156 $(HOSTSDKDIR)/PluginConfiguration.h \ | |
157 $(HOSTSDKDIR)/PluginStaticData.h \ | |
158 $(HOSTSDKDIR)/RequestResponse.h \ | |
159 $(HOSTSDKDIR)/hostguard.h \ | 156 $(HOSTSDKDIR)/hostguard.h \ |
160 $(HOSTSDKDIR)/host-c.h \ | 157 $(HOSTSDKDIR)/host-c.h \ |
161 $(HOSTSDKDIR)/vamp-hostsdk.h | 158 $(HOSTSDKDIR)/vamp-hostsdk.h |
162 | 159 |
163 SDK_OBJECTS = \ | 160 SDK_OBJECTS = \ |