226
Getting and Using Vamp Plugins / Re: vamp-libxtract too many outputs from plugin
« on: November 06, 2008, 11:34:38 »
Yes, I can confirm this. I'll look into it.
Chris
Chris
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
# Libraries required for the plugins.
# (Note that it is desirable to statically link libstdc++ if possible,
# because our plugin exposes only a C API so there are no boundary
# compatibility problems.)
#
#PLUGIN_LIBS = $(SDKDIR)/libvamp-sdk.a
PLUGIN_LIBS = $(SDKDIR)/libvamp-sdk.a $(shell g++ -print-file-name=libstdc++.a)