Mercurial > hg > vamp-plugin-sdk
diff build/Makefile.osx @ 337:d5c5a52e6c9f
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 11:37:31 +0100 |
parents | 7d4aeb0d0d6c |
children | 32e1b0d944fc |
line wrap: on
line diff
--- a/build/Makefile.osx Mon Jul 09 22:36:06 2012 +0100 +++ b/build/Makefile.osx Thu Jul 12 11:37:31 2012 +0100 @@ -124,6 +124,7 @@ $(SDKDIR)/PluginAdapter.h \ $(SDKDIR)/PluginBase.h \ $(SDKDIR)/RealTime.h \ + $(SDKDIR)/FFT.h \ $(SDKDIR)/plugguard.h \ $(SDKDIR)/vamp-sdk.h @@ -144,6 +145,7 @@ SDK_OBJECTS = \ $(SDKSRCDIR)/PluginAdapter.o \ $(SDKSRCDIR)/RealTime.o \ + $(SDKSRCDIR)/FFT.o \ $(SDKSRCDIR)/acsymbols.o HOSTSDK_OBJECTS = \