# HG changeset patch # User cannam # Date 1228214793 0 # Node ID 8c7f4d1eb77f192602b7034c4230bd5ac27edde8 # Parent b42ff418406433f02a8e0873483ca658db3b4cf4 * minor build fixes diff -r b42ff4184064 -r 8c7f4d1eb77f Makefile --- 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 diff -r b42ff4184064 -r 8c7f4d1eb77f vamp-plugin.list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vamp-plugin.list Tue Dec 02 10:46:33 2008 +0000 @@ -0,0 +1,1 @@ +_vampGetPluginDescriptor