Mercurial > hg > vamp-plugin-sdk
changeset 86:9aa6c4eaedee
* update .la files
author | cannam |
---|---|
date | Sun, 30 Sep 2007 09:45:04 +0000 |
parents | a6551cf99aff |
children | bd5d5ba29d3c |
files | Makefile README vamp-sdk/libvamp-hostsdk.la.in vamp-sdk/libvamp-sdk.la.in |
diffstat | 4 files changed, 20 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Sep 28 16:39:28 2007 +0000 +++ b/Makefile Sun Sep 30 09:45:04 2007 +0000 @@ -133,6 +133,9 @@ SDK_LA = \ $(SDKDIR)/libvamp-sdk.la +HOSTSDK_LA = \ + $(SDKDIR)/libvamp-hostsdk.la + PLUGIN_HEADERS = \ $(EXAMPLEDIR)/SpectralCentroid.h \ $(EXAMPLEDIR)/PercussionOnsetDetector.h \ @@ -233,6 +236,6 @@ -e "s,%LINK_ABI%,$(INSTALL_HOSTSDK_LINK_ABI),g" \ -e "s,%LINK_DEV%,$(INSTALL_HOSTSDK_LINK_DEV),g" \ -e "s,%STATIC%,$(INSTALL_HOSTSDK_STATIC),g" \ - -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA).in \ + -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(HOSTSDK_LA).in \ > $(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LA)
--- a/README Fri Sep 28 16:39:28 2007 +0000 +++ b/README Sun Sep 30 09:45:04 2007 +0000 @@ -76,12 +76,16 @@ to expose the correct C API for the plugin. Plugin authors should read vamp-sdk/PluginBase.h and Plugin.h for code documentation, and refer to the example plugin code in the examples directory. Plugins -should link with -lvamp-sdk. +should link with -lvampsdk. [*NOTE: this has changed from vamp-sdk in +previous versions, to avoid conflict with the use of hyphens for +library versioning schemes on some platforms.] Hosts may use the Vamp::PluginHostAdapter to convert the loaded plugin's C API back into a Vamp::Plugin object. Host authors should refer to the example host code in the host directory. Hosts should -link with -lvamp-hostsdk. +link with -lvamphostsdk. [*NOTE: this has changed from vamp-hostsdk +in previous versions, to avoid conflict with the use of hyphens for +library versioning schemes on some platforms.] * vamp-sdk/hostext
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vamp-sdk/libvamp-hostsdk.la.in Sun Sep 30 09:45:04 2007 +0000 @@ -0,0 +1,9 @@ +dlname='%LINK_ABI%' +library_names='%LIBNAME% %LINK_ABI% %LINK_DEV%' +old_library='%STATIC%' +dependency_libs='' +current=2 +age=0 +revision=0 +installed=yes +libdir='%LIBS%'