Mercurial > hg > vamp-libxtract-plugins
changeset 16:8c7f4d1eb77f
* minor build fixes
author | cannam |
---|---|
date | Tue, 02 Dec 2008 10:46:33 +0000 |
parents | b42ff4184064 |
children | ff054467fe1d |
files | Makefile vamp-plugin.list |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Dec 01 21:14:31 2008 +0000 +++ b/Makefile Tue Dec 02 10:46:33 2008 +0000 @@ -7,10 +7,7 @@ # CXXFLAGS := $(CXXFLAGS) -DNDEBUG -O3 -ffast-math -Wall -fPIC -I. - -# Libraries required for the plugins. Note that we can (and actively -# want to) statically link libstdc++, because our plugin exposes only -# a C API so there are no boundary compatibility problems. +# Libraries required for the plugins. # PLUGIN_LIBS = -Wl,-Bstatic -lvamp-sdk -lxtract -lfftw3f -Wl,-Bdynamic @@ -23,7 +20,7 @@ PLUGIN_EXT = .so ## For OS/X with g++: -#PLUGIN_LDFLAGS = -dynamiclib +#PLUGIN_LDFLAGS = -dynamiclib -exported_symbols_list=vamp-plugin.list #PLUGIN_EXT = .dylib